Class GetUserAddress


  • public final class GetUserAddress
    extends java.lang.Object
    • Method Detail

      • country

        public java.lang.String country()
        Returns:
        The country that this address is in.
      • formatted

        public java.lang.String formatted()
        Returns:
        The name that is typically displayed when the name is shown for display.
      • locality

        public java.lang.String locality()
        Returns:
        The address locality.
      • postalCode

        public java.lang.String postalCode()
        Returns:
        The postal code of the address.
      • primary

        public java.lang.Boolean primary()
        Returns:
        When `true`, this is the primary phone number associated with the user.
      • region

        public java.lang.String region()
        Returns:
        The region of the address.
      • streetAddress

        public java.lang.String streetAddress()
        Returns:
        The street of the address.
      • type

        public java.lang.String type()
        Returns:
        The type of phone number.