Package com.github.twitch4j.helix.domain
Class UpdateDropEntitlementInput
java.lang.Object
com.github.twitch4j.helix.domain.UpdateDropEntitlementInput
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionUpdateDropEntitlementInput(DropFulfillmentStatus fulfillmentStatus, List<String> entitlementIds) Creates a newUpdateDropEntitlementInputinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe unique identifiers of the entitlements to update.The fulfillment status to assign to each of the enclosed entitlement ids.inthashCode()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 newUpdateDropEntitlementInputinstance.- 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
thisif 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
thisif 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
-