Uses of Class
com.brightcove.zencoder.client.model.State
Package | Description |
---|---|
com.brightcove.zencoder.client.model | |
com.brightcove.zencoder.client.response |
-
Uses of State in com.brightcove.zencoder.client.model
Methods in com.brightcove.zencoder.client.model that return State Modifier and Type Method Description static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of State in com.brightcove.zencoder.client.response
Methods in com.brightcove.zencoder.client.response that return State Modifier and Type Method Description State
ZencoderInputOutputProgress. getState()
State
ZencoderJobDetail. getState()
State
ZencoderJobProgress. getState()
State
ZencoderMediaFile. getState()
Methods in com.brightcove.zencoder.client.response with parameters of type State Modifier and Type Method Description void
ZencoderInputOutputProgress. setState(State state)
void
ZencoderJobDetail. setState(State state)
void
ZencoderJobProgress. setState(State state)
void
ZencoderMediaFile. setState(State state)