Package com.github.twitch4j.helix.domain
Klasse ExtensionBitsProduct.ExtensionBitsProductBuilder
java.lang.Object
com.github.twitch4j.helix.domain.ExtensionBitsProduct.ExtensionBitsProductBuilder
- Umschließende Klasse:
ExtensionBitsProduct
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Object containing cost information.displayName(String displayName) Name of the product to be displayed in the Extension.expiration(Instant expiration) Expiration time for the product in RFC3339 format.isBroadcast(Boolean isBroadcast) Indicates if Bits product purchase events are broadcast to all instances of an Extension on a channel via the “onTransactionComplete” helper callback.isInDevelopment(Boolean isInDevelopment) Indicates if the product is in development and not yet released for public use.SKU of the Bits product.toString()
-
Methodendetails
-
sku
SKU of the Bits product.This is unique across all products that belong to an Extension.
- Gibt zurück:
this.
-
cost
Object containing cost information.- Gibt zurück:
this.
-
isInDevelopment
Indicates if the product is in development and not yet released for public use.- Gibt zurück:
this.
-
displayName
Name of the product to be displayed in the Extension.- Gibt zurück:
this.
-
expiration
Expiration time for the product in RFC3339 format.- Gibt zurück:
this.
-
isBroadcast
Indicates if Bits product purchase events are broadcast to all instances of an Extension on a channel via the “onTransactionComplete” helper callback.- Gibt zurück:
this.
-
build
-
toString
-