Interface GetContactMethodsResponse.Builder

    • Method Detail

      • contactMethods

        GetContactMethodsResponse.Builder contactMethods​(Collection<ContactMethod> contactMethods)

        An array of objects that describe the contact methods.

        Parameters:
        contactMethods - An array of objects that describe the contact methods.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactMethods

        GetContactMethodsResponse.Builder contactMethods​(ContactMethod... contactMethods)

        An array of objects that describe the contact methods.

        Parameters:
        contactMethods - An array of objects that describe the contact methods.
        Returns:
        Returns a reference to this object so that method calls can be chained together.