All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.directory.model.UserAddress.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






UserAddress (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory.model

Class UserAddress

    • Constructor Detail

      • UserAddress

        public UserAddress()
    • Method Detail

      • getCountry

        public String getCountry()
        Country.
        Returns:
        value or null for none
      • setCountry

        public UserAddress setCountry(String country)
        Country.
        Parameters:
        country - country or null for none
      • getCountryCode

        public String getCountryCode()
        Country code.
        Returns:
        value or null for none
      • setCountryCode

        public UserAddress setCountryCode(String countryCode)
        Country code.
        Parameters:
        countryCode - countryCode or null for none
      • getCustomType

        public String getCustomType()
        Custom type.
        Returns:
        value or null for none
      • setCustomType

        public UserAddress setCustomType(String customType)
        Custom type.
        Parameters:
        customType - customType or null for none
      • getExtendedAddress

        public String getExtendedAddress()
        Extended Address.
        Returns:
        value or null for none
      • setExtendedAddress

        public UserAddress setExtendedAddress(String extendedAddress)
        Extended Address.
        Parameters:
        extendedAddress - extendedAddress or null for none
      • getFormatted

        public String getFormatted()
        Formatted address.
        Returns:
        value or null for none
      • setFormatted

        public UserAddress setFormatted(String formatted)
        Formatted address.
        Parameters:
        formatted - formatted or null for none
      • getLocality

        public String getLocality()
        Locality.
        Returns:
        value or null for none
      • setLocality

        public UserAddress setLocality(String locality)
        Locality.
        Parameters:
        locality - locality or null for none
      • getPoBox

        public String getPoBox()
        Other parts of address.
        Returns:
        value or null for none
      • setPoBox

        public UserAddress setPoBox(String poBox)
        Other parts of address.
        Parameters:
        poBox - poBox or null for none
      • getPostalCode

        public String getPostalCode()
        Postal code.
        Returns:
        value or null for none
      • setPostalCode

        public UserAddress setPostalCode(String postalCode)
        Postal code.
        Parameters:
        postalCode - postalCode or null for none
      • getPrimary

        public Boolean getPrimary()
        If this is user's primary address. Only one entry could be marked as primary.
        Returns:
        value or null for none
      • setPrimary

        public UserAddress setPrimary(Boolean primary)
        If this is user's primary address. Only one entry could be marked as primary.
        Parameters:
        primary - primary or null for none
      • getRegion

        public String getRegion()
        Region.
        Returns:
        value or null for none
      • setRegion

        public UserAddress setRegion(String region)
        Region.
        Parameters:
        region - region or null for none
      • getSourceIsStructured

        public Boolean getSourceIsStructured()
        User supplied address was structured. Structured addresses are NOT supported at this time. You might be able to write structured addresses but any values will eventually be clobbered.
        Returns:
        value or null for none
      • setSourceIsStructured

        public UserAddress setSourceIsStructured(Boolean sourceIsStructured)
        User supplied address was structured. Structured addresses are NOT supported at this time. You might be able to write structured addresses but any values will eventually be clobbered.
        Parameters:
        sourceIsStructured - sourceIsStructured or null for none
      • getStreetAddress

        public String getStreetAddress()
        Street.
        Returns:
        value or null for none
      • setStreetAddress

        public UserAddress setStreetAddress(String streetAddress)
        Street.
        Parameters:
        streetAddress - streetAddress or null for none
      • getType

        public String getType()
        Each entry can have a type which indicates standard values of that entry. For example address could be of home work etc. In addition to the standard type an entry can have a custom type and can take any value. Such type should have the CUSTOM value as type and also have a customType value.
        Returns:
        value or null for none
      • setType

        public UserAddress setType(String type)
        Each entry can have a type which indicates standard values of that entry. For example address could be of home work etc. In addition to the standard type an entry can have a custom type and can take any value. Such type should have the CUSTOM value as type and also have a customType value.
        Parameters:
        type - type or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy