Interface OperationEntry.Builder

    • Method Detail

      • 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, OperationType
      • 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.