Uses of Class
com.brightcove.zencoder.client.account.ZencoderBillingState
Package | Description |
---|---|
com.brightcove.zencoder.client.account |
-
Uses of ZencoderBillingState in com.brightcove.zencoder.client.account
Methods in com.brightcove.zencoder.client.account that return ZencoderBillingState Modifier and Type Method Description ZencoderBillingState
ZencoderAccountDetails. getBillingState()
static ZencoderBillingState
ZencoderBillingState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ZencoderBillingState[]
ZencoderBillingState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.brightcove.zencoder.client.account with parameters of type ZencoderBillingState Modifier and Type Method Description void
ZencoderAccountDetails. setBillingState(ZencoderBillingState billing_state)