Interface OperationEntry.Builder

  • Method Details

    • operationType

      OperationEntry.Builder operationType(String operationType)

      The type of operation.

      Parameters:
      operationType - The type of operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operationType

      OperationEntry.Builder operationType(OperationType operationType)

      The type of operation.

      Parameters:
      operationType - The type of operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operationId

      OperationEntry.Builder operationId(String operationId)

      The unique identifier for the operation.

      Parameters:
      operationId - The unique identifier for the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.