Interface Address

All Superinterfaces:
Entity, Resource, Serializable

public interface Address extends Resource
Represents an address for a User.
  • Method Details

    • getCity

      String getCity()
      Returns the city.
      Returns:
      the city.
    • getStreet

      String getStreet()
      Returns the street.
      Returns:
      the street
    • getNumber

      String getNumber()
      Returns the house number.
      Returns:
      the house number
    • getState

      String getState()
      Returns the state/provence.
      Returns:
      The state/provence
    • getCountry

      String getCountry()
      Returns the country.
      Returns:
      the country
    • getPostalCode

      String getPostalCode()
      Returns the postal code.
      Returns:
      the postal code
    • getType

      AddressType getType()
      Returns the type of address.
      Returns:
      The type of address