Package com.github.twitch4j.helix.domain
Class UpdateDropEntitlementInput
java.lang.Object
com.github.twitch4j.helix.domain.UpdateDropEntitlementInput
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionUpdateDropEntitlementInput
(DropFulfillmentStatus fulfillmentStatus, List<String> entitlementIds) Creates a newUpdateDropEntitlementInput
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The unique identifiers of the entitlements to update.The fulfillment status to assign to each of the enclosed entitlement ids.int
hashCode()
toString()
withEntitlementIds
(List<String> entitlementIds) The unique identifiers of the entitlements to update.withFulfillmentStatus
(DropFulfillmentStatus fulfillmentStatus) The fulfillment status to assign to each of the enclosed entitlement ids.
-
Constructor Details
-
UpdateDropEntitlementInput
public UpdateDropEntitlementInput() -
UpdateDropEntitlementInput
public UpdateDropEntitlementInput(DropFulfillmentStatus fulfillmentStatus, List<String> entitlementIds) Creates a newUpdateDropEntitlementInput
instance.- Parameters:
fulfillmentStatus
- The fulfillment status to assign to each of the enclosed entitlement ids.entitlementIds
- The unique identifiers of the entitlements to update.
-
-
Method Details
-
builder
-
toBuilder
-
withFulfillmentStatus
The fulfillment status to assign to each of the enclosed entitlement ids.- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withEntitlementIds
The unique identifiers of the entitlements to update.- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
getFulfillmentStatus
The fulfillment status to assign to each of the enclosed entitlement ids. -
getEntitlementIds
The unique identifiers of the entitlements to update. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-