Class AddressType


  • public final class AddressType
    extends com.azure.core.util.ExpandableStringEnum<AddressType>
    Defines values for AddressType.
    • Field Detail

      • NONE

        public static final AddressType NONE
        Static value None for AddressType.
      • RESIDENTIAL

        public static final AddressType RESIDENTIAL
        Static value Residential for AddressType.
      • COMMERCIAL

        public static final AddressType COMMERCIAL
        Static value Commercial for AddressType.
    • Constructor Detail

      • AddressType

        public AddressType()
    • Method Detail

      • fromString

        public static AddressType fromString​(String name)
        Creates or finds a AddressType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding AddressType.