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
-
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.void
Address city name.void
setCityPage
(Page cityPage) Page representing the address city.void
setCountry
(String country) Country of the address.void
The mailing address ID.void
setPostalCode
(String postalCode) Postal code of the address.void
Region or state of the address.void
setStreet1
(String street1) Street address.void
setStreet2
(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.
-