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
-
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.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.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
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 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.
-