Package com.restfb.types
Class Page.MailingAddress
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Page.MailingAddress
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Page
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Address city name.Page representing the address city.Country of the address.getId()The mailing address ID.Postal code of the address.Region or state of the address.Street address.Second part of the street address - apt, suite, etc.voidAddress city name.voidsetCityPage(Page cityPage) Page representing the address city.voidsetCountry(String country) Country of the address.voidThe mailing address ID.voidsetPostalCode(String postalCode) Postal code of the address.voidRegion or state of the address.voidsetStreet1(String street1) Street address.voidsetStreet2(String street2) Second part of the street address - apt, suite, etc.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
MailingAddress
public MailingAddress()
-
-
Method Details
-
getId
The mailing address ID. -
setId
The mailing address ID. -
getCity
Address city name. -
setCity
Address city name. -
getCityPage
Page representing the address city. -
setCityPage
Page representing the address city. -
getCountry
Country of the address. -
setCountry
Country of the address. -
getStreet1
Street address. -
setStreet1
Street address. -
getStreet2
Second part of the street address - apt, suite, etc. -
setStreet2
Second part of the street address - apt, suite, etc. -
getRegion
Region or state of the address. -
setRegion
Region or state of the address. -
getPostalCode
Postal code of the address. -
setPostalCode
Postal code of the address.
-