Interface GetContactMethodsRequest.Builder

    • Method Detail

      • protocolsWithStrings

        GetContactMethodsRequest.Builder protocolsWithStrings​(Collection<String> protocols)

        The protocols used to send notifications, such as Email, or SMS (text messaging).

        Specify a protocol in your request to return information about a specific contact method protocol.

        Parameters:
        protocols - The protocols used to send notifications, such as Email, or SMS (text messaging).

        Specify a protocol in your request to return information about a specific contact method protocol.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocolsWithStrings

        GetContactMethodsRequest.Builder protocolsWithStrings​(String... protocols)

        The protocols used to send notifications, such as Email, or SMS (text messaging).

        Specify a protocol in your request to return information about a specific contact method protocol.

        Parameters:
        protocols - The protocols used to send notifications, such as Email, or SMS (text messaging).

        Specify a protocol in your request to return information about a specific contact method protocol.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocols

        GetContactMethodsRequest.Builder protocols​(Collection<ContactProtocol> protocols)

        The protocols used to send notifications, such as Email, or SMS (text messaging).

        Specify a protocol in your request to return information about a specific contact method protocol.

        Parameters:
        protocols - The protocols used to send notifications, such as Email, or SMS (text messaging).

        Specify a protocol in your request to return information about a specific contact method protocol.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocols

        GetContactMethodsRequest.Builder protocols​(ContactProtocol... protocols)

        The protocols used to send notifications, such as Email, or SMS (text messaging).

        Specify a protocol in your request to return information about a specific contact method protocol.

        Parameters:
        protocols - The protocols used to send notifications, such as Email, or SMS (text messaging).

        Specify a protocol in your request to return information about a specific contact method protocol.

        Returns:
        Returns a reference to this object so that method calls can be chained together.