Package com.restfb.types
Class VideoBoostEligibilityInfo
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.VideoBoostEligibilityInfo
- All Implemented Interfaces:
Serializable
Represents the video boost eligibility information type as definied here:
https://developers.facebook.com/docs/graph-api/reference/video-boost-eligibility-info/
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReason in case video is not eligible to boostWhether a video is eligible to postvoid
setBoostIneligibleReason
(String boostIneligibleReason) Reason in case video is not eligible to boostvoid
setEligibleToBoost
(Boolean eligibleToBoost) Whether a video is eligible to postMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
VideoBoostEligibilityInfo
public VideoBoostEligibilityInfo()
-
-
Method Details
-
getBoostIneligibleReason
Reason in case video is not eligible to boost -
setBoostIneligibleReason
Reason in case video is not eligible to boost -
getEligibleToBoost
Whether a video is eligible to post -
setEligibleToBoost
Whether a video is eligible to post
-