Package com.kaltura.client.enums
Enum ESearchEntryFieldName
- java.lang.Object
-
- java.lang.Enum<ESearchEntryFieldName>
-
- com.kaltura.client.enums.ESearchEntryFieldName
-
- All Implemented Interfaces:
EnumAsString,Serializable,Comparable<ESearchEntryFieldName>
public enum ESearchEntryFieldName extends Enum<ESearchEntryFieldName> 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 ESearchEntryFieldNameget(String value)StringgetValue()voidsetValue(String value)static ESearchEntryFieldNamevalueOf(String name)Returns the enum constant of this type with the specified name.static ESearchEntryFieldName[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ACCESS_CONTROL_ID
public static final ESearchEntryFieldName ACCESS_CONTROL_ID
-
ADMIN_TAGS
public static final ESearchEntryFieldName ADMIN_TAGS
-
CAPTIONS_CONTENT
public static final ESearchEntryFieldName CAPTIONS_CONTENT
-
CONVERSION_PROFILE_ID
public static final ESearchEntryFieldName CONVERSION_PROFILE_ID
-
CREATED_AT
public static final ESearchEntryFieldName CREATED_AT
-
CREATOR_ID
public static final ESearchEntryFieldName CREATOR_ID
-
CREDIT
public static final ESearchEntryFieldName CREDIT
-
DESCRIPTION
public static final ESearchEntryFieldName DESCRIPTION
-
END_DATE
public static final ESearchEntryFieldName END_DATE
-
ENTITLED_USER_EDIT
public static final ESearchEntryFieldName ENTITLED_USER_EDIT
-
ENTITLED_USER_PUBLISH
public static final ESearchEntryFieldName ENTITLED_USER_PUBLISH
-
ENTITLED_USER_VIEW
public static final ESearchEntryFieldName ENTITLED_USER_VIEW
-
ENTRY_TYPE
public static final ESearchEntryFieldName ENTRY_TYPE
-
EXTERNAL_SOURCE_TYPE
public static final ESearchEntryFieldName EXTERNAL_SOURCE_TYPE
-
ID
public static final ESearchEntryFieldName ID
-
IS_LIVE
public static final ESearchEntryFieldName IS_LIVE
-
IS_QUIZ
public static final ESearchEntryFieldName IS_QUIZ
-
USER_ID
public static final ESearchEntryFieldName USER_ID
-
LAST_PLAYED_AT
public static final ESearchEntryFieldName LAST_PLAYED_AT
-
LENGTH_IN_MSECS
public static final ESearchEntryFieldName LENGTH_IN_MSECS
-
MEDIA_TYPE
public static final ESearchEntryFieldName MEDIA_TYPE
-
MODERATION_STATUS
public static final ESearchEntryFieldName MODERATION_STATUS
-
NAME
public static final ESearchEntryFieldName NAME
-
PARENT_ENTRY_ID
public static final ESearchEntryFieldName PARENT_ENTRY_ID
-
PARTNER_SORT_VALUE
public static final ESearchEntryFieldName PARTNER_SORT_VALUE
-
PLAYS
public static final ESearchEntryFieldName PLAYS
-
PUSH_PUBLISH
public static final ESearchEntryFieldName PUSH_PUBLISH
-
RANK
public static final ESearchEntryFieldName RANK
-
RECORDED_ENTRY_ID
public static final ESearchEntryFieldName RECORDED_ENTRY_ID
-
REDIRECT_ENTRY_ID
public static final ESearchEntryFieldName REDIRECT_ENTRY_ID
-
REFERENCE_ID
public static final ESearchEntryFieldName REFERENCE_ID
-
ROOT_ID
public static final ESearchEntryFieldName ROOT_ID
-
SITE_URL
public static final ESearchEntryFieldName SITE_URL
-
SOURCE_TYPE
public static final ESearchEntryFieldName SOURCE_TYPE
-
START_DATE
public static final ESearchEntryFieldName START_DATE
-
TAGS
public static final ESearchEntryFieldName TAGS
-
TEMPLATE_ENTRY_ID
public static final ESearchEntryFieldName TEMPLATE_ENTRY_ID
-
UPDATED_AT
public static final ESearchEntryFieldName UPDATED_AT
-
USER_NAMES
public static final ESearchEntryFieldName USER_NAMES
-
VOTES
public static final ESearchEntryFieldName VOTES
-
-
Method Detail
-
values
public static ESearchEntryFieldName[] 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 (ESearchEntryFieldName c : ESearchEntryFieldName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ESearchEntryFieldName 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 ESearchEntryFieldName get(String value)
-
-