Class PhoneNumberCapabilities

    • Method Detail

      • inboundCall

        public final Boolean inboundCall()

        Allows or denies inbound calling for the specified phone number.

        Returns:
        Allows or denies inbound calling for the specified phone number.
      • outboundCall

        public final Boolean outboundCall()

        Allows or denies outbound calling for the specified phone number.

        Returns:
        Allows or denies outbound calling for the specified phone number.
      • inboundSMS

        public final Boolean inboundSMS()

        Allows or denies inbound SMS messaging for the specified phone number.

        Returns:
        Allows or denies inbound SMS messaging for the specified phone number.
      • outboundSMS

        public final Boolean outboundSMS()

        Allows or denies outbound SMS messaging for the specified phone number.

        Returns:
        Allows or denies outbound SMS messaging for the specified phone number.
      • inboundMMS

        public final Boolean inboundMMS()

        Allows or denies inbound MMS messaging for the specified phone number.

        Returns:
        Allows or denies inbound MMS messaging for the specified phone number.
      • outboundMMS

        public final Boolean outboundMMS()

        Allows or denies inbound MMS messaging for the specified phone number.

        Returns:
        Allows or denies inbound MMS messaging for the specified phone number.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)