Package com.kaltura.client.enums
Enum EventNotificationEventObjectType
- java.lang.Object
-
- java.lang.Enum<EventNotificationEventObjectType>
-
- com.kaltura.client.enums.EventNotificationEventObjectType
-
- All Implemented Interfaces:
EnumAsString,Serializable,Comparable<EventNotificationEventObjectType>
public enum EventNotificationEventObjectType extends Enum<EventNotificationEventObjectType> implements EnumAsString
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventNotificationEventObjectTypeget(String value)StringgetValue()voidsetValue(String value)static EventNotificationEventObjectTypevalueOf(String name)Returns the enum constant of this type with the specified name.static EventNotificationEventObjectType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AD_CUE_POINT
public static final EventNotificationEventObjectType AD_CUE_POINT
-
ANNOTATION
public static final EventNotificationEventObjectType ANNOTATION
-
ATTACHMENT_ASSET
public static final EventNotificationEventObjectType ATTACHMENT_ASSET
-
CAPTION_ASSET
public static final EventNotificationEventObjectType CAPTION_ASSET
-
CODE_CUE_POINT
public static final EventNotificationEventObjectType CODE_CUE_POINT
-
DISTRIBUTION_PROFILE
public static final EventNotificationEventObjectType DISTRIBUTION_PROFILE
-
ENTRY_DISTRIBUTION
public static final EventNotificationEventObjectType ENTRY_DISTRIBUTION
-
CUE_POINT
public static final EventNotificationEventObjectType CUE_POINT
-
DROP_FOLDER
public static final EventNotificationEventObjectType DROP_FOLDER
-
DROP_FOLDER_FILE
public static final EventNotificationEventObjectType DROP_FOLDER_FILE
-
METADATA
public static final EventNotificationEventObjectType METADATA
-
TRANSCRIPT_ASSET
public static final EventNotificationEventObjectType TRANSCRIPT_ASSET
-
ENTRY
public static final EventNotificationEventObjectType ENTRY
-
CATEGORY
public static final EventNotificationEventObjectType CATEGORY
-
ASSET
public static final EventNotificationEventObjectType ASSET
-
FLAVORASSET
public static final EventNotificationEventObjectType FLAVORASSET
-
THUMBASSET
public static final EventNotificationEventObjectType THUMBASSET
-
KUSER
public static final EventNotificationEventObjectType KUSER
-
ACCESSCONTROL
public static final EventNotificationEventObjectType ACCESSCONTROL
-
BATCHJOB
public static final EventNotificationEventObjectType BATCHJOB
-
BULKUPLOADRESULT
public static final EventNotificationEventObjectType BULKUPLOADRESULT
-
CATEGORYKUSER
public static final EventNotificationEventObjectType CATEGORYKUSER
-
CONVERSIONPROFILE2
public static final EventNotificationEventObjectType CONVERSIONPROFILE2
-
FLAVORPARAMS
public static final EventNotificationEventObjectType FLAVORPARAMS
-
FLAVORPARAMSCONVERSIONPROFILE
public static final EventNotificationEventObjectType FLAVORPARAMSCONVERSIONPROFILE
-
FLAVORPARAMSOUTPUT
public static final EventNotificationEventObjectType FLAVORPARAMSOUTPUT
-
GENERICSYNDICATIONFEED
public static final EventNotificationEventObjectType GENERICSYNDICATIONFEED
-
KUSERTOUSERROLE
public static final EventNotificationEventObjectType KUSERTOUSERROLE
-
PARTNER
public static final EventNotificationEventObjectType PARTNER
-
PERMISSION
public static final EventNotificationEventObjectType PERMISSION
-
PERMISSIONITEM
public static final EventNotificationEventObjectType PERMISSIONITEM
-
PERMISSIONTOPERMISSIONITEM
public static final EventNotificationEventObjectType PERMISSIONTOPERMISSIONITEM
-
SCHEDULER
public static final EventNotificationEventObjectType SCHEDULER
-
SCHEDULERCONFIG
public static final EventNotificationEventObjectType SCHEDULERCONFIG
-
SCHEDULERSTATUS
public static final EventNotificationEventObjectType SCHEDULERSTATUS
-
SCHEDULERWORKER
public static final EventNotificationEventObjectType SCHEDULERWORKER
-
STORAGEPROFILE
public static final EventNotificationEventObjectType STORAGEPROFILE
-
SYNDICATIONFEED
public static final EventNotificationEventObjectType SYNDICATIONFEED
-
THUMBPARAMS
public static final EventNotificationEventObjectType THUMBPARAMS
-
THUMBPARAMSOUTPUT
public static final EventNotificationEventObjectType THUMBPARAMSOUTPUT
-
UPLOADTOKEN
public static final EventNotificationEventObjectType UPLOADTOKEN
-
USERLOGINDATA
public static final EventNotificationEventObjectType USERLOGINDATA
-
USERROLE
public static final EventNotificationEventObjectType USERROLE
-
WIDGET
public static final EventNotificationEventObjectType WIDGET
-
CATEGORYENTRY
public static final EventNotificationEventObjectType CATEGORYENTRY
-
LIVE_STREAM
public static final EventNotificationEventObjectType LIVE_STREAM
-
SERVER_NODE
public static final EventNotificationEventObjectType SERVER_NODE
-
ENTRY_SERVER_NODE
public static final EventNotificationEventObjectType ENTRY_SERVER_NODE
-
REACH_PROFILE
public static final EventNotificationEventObjectType REACH_PROFILE
-
ENTRY_VENDOR_TASK
public static final EventNotificationEventObjectType ENTRY_VENDOR_TASK
-
-
Method Detail
-
values
public static EventNotificationEventObjectType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EventNotificationEventObjectType c : EventNotificationEventObjectType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EventNotificationEventObjectType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
- Specified by:
getValuein interfaceEnumAsString
-
setValue
public void setValue(String value)
-
get
public static EventNotificationEventObjectType get(String value)
-
-