Package com.github.twitch4j.helix.domain
Klasse UpdateDropEntitlementInput
java.lang.Object
com.github.twitch4j.helix.domain.UpdateDropEntitlementInput
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungUpdateDropEntitlementInput(DropFulfillmentStatus fulfillmentStatus, List<String> entitlementIds) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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.
-
Konstruktordetails
-
UpdateDropEntitlementInput
public UpdateDropEntitlementInput() -
UpdateDropEntitlementInput
public UpdateDropEntitlementInput(DropFulfillmentStatus fulfillmentStatus, List<String> entitlementIds)
-
-
Methodendetails
-
builder
-
toBuilder
-
withFulfillmentStatus
The fulfillment status to assign to each of the enclosed entitlement ids.- Gibt zurück:
- 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.- Gibt zurück:
- 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
-