Uses of Class
com.brightcove.proserve.mediaapi.wrapper.apiobjects.enums.ItemStateEnum

Packages that use ItemStateEnum
com.brightcove.proserve.mediaapi.wrapper.apiobjects   
com.brightcove.proserve.mediaapi.wrapper.apiobjects.enums   
 

Uses of ItemStateEnum in com.brightcove.proserve.mediaapi.wrapper.apiobjects
 

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects that return ItemStateEnum
 ItemStateEnum Video.getItemState()
          Gets the item state for this Video.
 

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects with parameters of type ItemStateEnum
 void Video.setItemState(ItemStateEnum itemState)
          Sets the item state for this Video.
 

Uses of ItemStateEnum in com.brightcove.proserve.mediaapi.wrapper.apiobjects.enums
 

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects.enums that return ItemStateEnum
static ItemStateEnum ItemStateEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ItemStateEnum[] ItemStateEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.