Package com.github.twitch4j.helix.domain
Class DropsEntitlement
java.lang.Object
com.github.twitch4j.helix.domain.DropsEntitlement
An entitlement is the link between a User and a Benefit.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Identifier of the BenefitThe fulfillment status of the entitlement as determined by the game developer.Twitch Game ID of the game that was being played when this benefit was entitled.getId()
Unique Identifier of the entitlementUTC timestamp in ISO format when this entitlement was granted on Twitch.UTC timestamp in ISO format for when this entitlement was last updated.Twitch User ID of the user who was granted the entitlement.int
hashCode()
toString()
-
Constructor Details
-
DropsEntitlement
public DropsEntitlement()
-
-
Method Details
-
getId
Unique Identifier of the entitlement -
getBenefitId
Identifier of the Benefit -
getTimestamp
UTC timestamp in ISO format when this entitlement was granted on Twitch. -
getUpdatedAt
UTC timestamp in ISO format for when this entitlement was last updated. -
getFulfillmentStatus
The fulfillment status of the entitlement as determined by the game developer. -
getUserId
Twitch User ID of the user who was granted the entitlement. -
getGameId
Twitch Game ID of the game that was being played when this benefit was entitled. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-