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
public static class Page.MailingAddress extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MailingAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCity()
Address city name.Page
getCityPage()
Page representing the address city.String
getCountry()
Country of the address.String
getId()
The mailing address ID.String
getPostalCode()
Postal code of the address.String
getRegion()
Region or state of the address.String
getStreet1()
Street address.String
getStreet2()
Second part of the street address - apt, suite, etc.void
setCity(String city)
Address city name.void
setCityPage(Page cityPage)
Page representing the address city.void
setCountry(String country)
Country of the address.void
setId(String id)
The mailing address ID.void
setPostalCode(String postalCode)
Postal code of the address.void
setRegion(String region)
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 Detail
-
MailingAddress
public MailingAddress()
-
-
Method Detail
-
getCityPage
public Page getCityPage()
Page representing the address city.
-
setCityPage
public void setCityPage(Page cityPage)
Page representing the address city.
-
getCountry
public String getCountry()
Country of the address.
-
setCountry
public void setCountry(String country)
Country of the address.
-
getStreet1
public String getStreet1()
Street address.
-
setStreet1
public void setStreet1(String street1)
Street address.
-
getStreet2
public String getStreet2()
Second part of the street address - apt, suite, etc.
-
setStreet2
public void setStreet2(String street2)
Second part of the street address - apt, suite, etc.
-
getPostalCode
public String getPostalCode()
Postal code of the address.
-
setPostalCode
public void setPostalCode(String postalCode)
Postal code of the address.
-
-