Package com.restfb.types.ads
Class Business
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.NamedAdsObject
-
- com.restfb.types.ads.Business
-
- All Implemented Interfaces:
Serializable
public class Business extends NamedAdsObject
Represents the Business type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Business()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getBlockOfflineAnalytics()
Specifies whether offline analytics for business is blocked.NamedAdsObject
getCreatedBy()
The creator of this business.Date
getCreatedTime()
The creation time of this business.Date
getCreationTime()
The creation time of this business.Date
getExtendedUpdatedTime()
The update time of the extended credits for this business.Boolean
getIsHidden()
If true, indicates the business is hidden.String
getLink()
URI for business profile page.String
getPaymentAccountId()
The ID for the payment account of this business.Page
getPrimaryPage()
The primary Facebook Page for this business.String
getProfilePictureUri()
The profile picture URI of the business.Integer
getTimezoneId()
This business's timezone.String
getTwoFactorType()
NamedAdsObject
getUpdatedBy()
The person's name who last updated this business.Date
getUpdateTime()
The time when this business was last updated.Date
getUserAccessExpireTime()
String
getVerificationStatus()
Verification status for this business.String
getVertical()
The vertical industry that this business associates with, or belongs to.Integer
getVerticalId()
The ID for the vertical industry.void
setBlockOfflineAnalytics(Boolean blockOfflineAnalytics)
Specifies whether offline analytics for business is blocked.void
setCreatedBy(NamedAdsObject createdBy)
The creator of this business.void
setCreatedTime(Date createdTime)
The creation time of this business.void
setCreationTime(Date creationTime)
The creation time of this business.void
setExtendedUpdatedTime(Date extendedUpdatedTime)
The update time of the extended credits for this business.void
setIsHidden(Boolean isHidden)
If true, indicates the business is hidden.void
setLink(String link)
URI for business profile page.void
setPaymentAccountId(String paymentAccountId)
The ID for the payment account of this business.void
setPrimaryPage(Page primaryPage)
The primary Facebook Page for this business.void
setProfilePictureUri(String profilePictureUri)
The profile picture URI of the business.void
setTimezoneId(Integer timezoneId)
This business's timezone.void
setTwoFactorType(String twoFactorType)
void
setUpdatedBy(NamedAdsObject updatedBy)
The person's name who last updated this business.void
setUpdateTime(Date updateTime)
The time when this business was last updated.void
setUserAccessExpireTime(Date userAccessExpireTime)
void
setVerificationStatus(String verificationStatus)
Verification status for this business.void
setVertical(String vertical)
The vertical industry that this business associates with, or belongs to.void
setVerticalId(Integer verticalId)
The ID for the vertical industry.-
Methods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Business
public Business()
-
-
Method Detail
-
getCreationTime
public Date getCreationTime()
The creation time of this business.
-
setCreationTime
public void setCreationTime(Date creationTime)
The creation time of this business.
-
getCreatedTime
public Date getCreatedTime()
The creation time of this business.
-
setCreatedTime
public void setCreatedTime(Date createdTime)
The creation time of this business.
-
getCreatedBy
public NamedAdsObject getCreatedBy()
The creator of this business.
-
setCreatedBy
public void setCreatedBy(NamedAdsObject createdBy)
The creator of this business.
-
getBlockOfflineAnalytics
public Boolean getBlockOfflineAnalytics()
Specifies whether offline analytics for business is blocked.
-
setBlockOfflineAnalytics
public void setBlockOfflineAnalytics(Boolean blockOfflineAnalytics)
Specifies whether offline analytics for business is blocked.
-
getExtendedUpdatedTime
public Date getExtendedUpdatedTime()
The update time of the extended credits for this business.
-
setExtendedUpdatedTime
public void setExtendedUpdatedTime(Date extendedUpdatedTime)
The update time of the extended credits for this business.
-
getIsHidden
public Boolean getIsHidden()
If true, indicates the business is hidden.
-
setIsHidden
public void setIsHidden(Boolean isHidden)
If true, indicates the business is hidden.
-
getPaymentAccountId
public String getPaymentAccountId()
The ID for the payment account of this business.
-
setPaymentAccountId
public void setPaymentAccountId(String paymentAccountId)
The ID for the payment account of this business.
-
getPrimaryPage
public Page getPrimaryPage()
The primary Facebook Page for this business.
-
setPrimaryPage
public void setPrimaryPage(Page primaryPage)
The primary Facebook Page for this business.
-
getProfilePictureUri
public String getProfilePictureUri()
The profile picture URI of the business.
-
setProfilePictureUri
public void setProfilePictureUri(String profilePictureUri)
The profile picture URI of the business.
-
getTimezoneId
public Integer getTimezoneId()
This business's timezone.
-
setTimezoneId
public void setTimezoneId(Integer timezoneId)
This business's timezone.
-
getTwoFactorType
public String getTwoFactorType()
-
setTwoFactorType
public void setTwoFactorType(String twoFactorType)
-
getUpdateTime
public Date getUpdateTime()
The time when this business was last updated.
-
setUpdateTime
public void setUpdateTime(Date updateTime)
The time when this business was last updated.
-
getUpdatedBy
public NamedAdsObject getUpdatedBy()
The person's name who last updated this business.
-
setUpdatedBy
public void setUpdatedBy(NamedAdsObject updatedBy)
The person's name who last updated this business.
-
getUserAccessExpireTime
public Date getUserAccessExpireTime()
-
setUserAccessExpireTime
public void setUserAccessExpireTime(Date userAccessExpireTime)
-
getVerificationStatus
public String getVerificationStatus()
Verification status for this business.
-
setVerificationStatus
public void setVerificationStatus(String verificationStatus)
Verification status for this business.
-
getVertical
public String getVertical()
The vertical industry that this business associates with, or belongs to.
-
setVertical
public void setVertical(String vertical)
The vertical industry that this business associates with, or belongs to.
-
getVerticalId
public Integer getVerticalId()
The ID for the vertical industry.
-
setVerticalId
public void setVerticalId(Integer verticalId)
The ID for the vertical industry.
-
-