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
Represents the Business type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether offline analytics for business is blocked.The creator of this business.The creation time of this business.The creation time of this business.The update time of the extended credits for this business.If true, indicates the business is hidden.getLink()URI for business profile page.This business owns these pages.The ID for the payment account of this business.The primary Facebook Page for this business.The profile picture URI of the business.This business's timezone.The person's name who last updated this business.The time when this business was last updated.Verification status for this business.The vertical industry that this business associates with, or belongs to.The ID for the vertical industry.voidsetBlockOfflineAnalytics(Boolean blockOfflineAnalytics) Specifies whether offline analytics for business is blocked.voidsetCreatedBy(NamedAdsObject createdBy) The creator of this business.voidsetCreatedTime(Date createdTime) The creation time of this business.voidsetCreationTime(Date creationTime) The creation time of this business.voidsetExtendedUpdatedTime(Date extendedUpdatedTime) The update time of the extended credits for this business.voidsetIsHidden(Boolean isHidden) If true, indicates the business is hidden.voidURI for business profile page.voidsetOwnedPages(List<Page> ownedPages) This business owns these pages.voidsetPaymentAccountId(String paymentAccountId) The ID for the payment account of this business.voidsetPrimaryPage(Page primaryPage) The primary Facebook Page for this business.voidsetProfilePictureUri(String profilePictureUri) The profile picture URI of the business.voidsetTimezoneId(Integer timezoneId) This business's timezone.voidsetTwoFactorType(String twoFactorType) voidsetUpdatedBy(NamedAdsObject updatedBy) The person's name who last updated this business.voidsetUpdateTime(Date updateTime) The time when this business was last updated.voidsetUserAccessExpireTime(Date userAccessExpireTime) voidsetVerificationStatus(String verificationStatus) Verification status for this business.voidsetVertical(String vertical) The vertical industry that this business associates with, or belongs to.voidsetVerticalId(Integer verticalId) The ID for the vertical industry.Methods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setNameMethods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setIdMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Business
public Business()
-
-
Method Details
-
getCreationTime
The creation time of this business. -
setCreationTime
The creation time of this business. -
getCreatedTime
The creation time of this business. -
setCreatedTime
The creation time of this business. -
getCreatedBy
The creator of this business. -
setCreatedBy
The creator of this business. -
getBlockOfflineAnalytics
Specifies whether offline analytics for business is blocked. -
setBlockOfflineAnalytics
Specifies whether offline analytics for business is blocked. -
getExtendedUpdatedTime
The update time of the extended credits for this business. -
setExtendedUpdatedTime
The update time of the extended credits for this business. -
getIsHidden
If true, indicates the business is hidden. -
setIsHidden
If true, indicates the business is hidden. -
getLink
URI for business profile page. -
setLink
URI for business profile page. -
getPaymentAccountId
The ID for the payment account of this business. -
setPaymentAccountId
The ID for the payment account of this business. -
getPrimaryPage
The primary Facebook Page for this business. -
setPrimaryPage
The primary Facebook Page for this business. -
getProfilePictureUri
The profile picture URI of the business. -
setProfilePictureUri
The profile picture URI of the business. -
getTimezoneId
This business's timezone. -
setTimezoneId
This business's timezone. -
getTwoFactorType
-
setTwoFactorType
-
getUpdateTime
The time when this business was last updated. -
setUpdateTime
The time when this business was last updated. -
getUpdatedBy
The person's name who last updated this business. -
setUpdatedBy
The person's name who last updated this business. -
getUserAccessExpireTime
-
setUserAccessExpireTime
-
getVerificationStatus
Verification status for this business. -
setVerificationStatus
Verification status for this business. -
getVertical
The vertical industry that this business associates with, or belongs to. -
setVertical
The vertical industry that this business associates with, or belongs to. -
getVerticalId
The ID for the vertical industry. -
setVerticalId
The ID for the vertical industry. -
getOwnedPages
This business owns these pages. -
setOwnedPages
This business owns these pages.
-