Interface Address


public interface Address
The user's address containing information about a street, city, state, etc.
Since:
7.23
  • Method Details

    • street

      default String street()
      The whole street name.
    • city

      default String city()
      The name of the city entered by the user.
    • dependentLocality

      default String dependentLocality()
      A subdivision of a city, e.g. an inner-city district or a suburb.
    • state

      default String state()
      The name of the state.
    • zip

      default String zip()
      The ZIP code entered by the user.
    • countryCode

      default String countryCode()
      The ISO 3166 2-letter country code.