Class ListContactsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The pagination token to continue to the next page of results.

        Returns:
        The pagination token to continue to the next page of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of contacts and escalation plans per page of results.

        Returns:
        The maximum number of contacts and escalation plans per page of results.
      • aliasPrefix

        public final String aliasPrefix()

        Used to list only contacts who's aliases start with the specified prefix.

        Returns:
        Used to list only contacts who's aliases start with the specified prefix.
      • type

        public final ContactType type()

        The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.

        If the service returns an enum value that is not available in the current SDK version, type will return ContactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.
        See Also:
        ContactType
      • typeAsString

        public final String typeAsString()

        The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.

        If the service returns an enum value that is not available in the current SDK version, type will return ContactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.
        See Also:
        ContactType
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object