Interface ReceivedMetadata.Builder

    • Method Detail

      • receivedStatusReason

        ReceivedMetadata.Builder receivedStatusReason​(String receivedStatusReason)

        Received status reason.

        Parameters:
        receivedStatusReason - Received status reason.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedOperationsWithStrings

        ReceivedMetadata.Builder allowedOperationsWithStrings​(Collection<String> allowedOperations)

        Allowed operations.

        Parameters:
        allowedOperations - Allowed operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedOperationsWithStrings

        ReceivedMetadata.Builder allowedOperationsWithStrings​(String... allowedOperations)

        Allowed operations.

        Parameters:
        allowedOperations - Allowed operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedOperations

        ReceivedMetadata.Builder allowedOperations​(Collection<AllowedOperation> allowedOperations)

        Allowed operations.

        Parameters:
        allowedOperations - Allowed operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedOperations

        ReceivedMetadata.Builder allowedOperations​(AllowedOperation... allowedOperations)

        Allowed operations.

        Parameters:
        allowedOperations - Allowed operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.