Package com.vidispine.generated
Class ItemListType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ItemListType.PropInfo
-
- Enclosing class:
- ItemListType
public static class ItemListType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTOCOMPLETE
static String
FACET
static String
HITS
static String
ITEM
static String
LIBRARY
static String
NEXT_CURSOR
static String
SUGGESTION
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
HITS
public static final transient String HITS
- See Also:
- Constant Field Values
-
LIBRARY
public static final transient String LIBRARY
- See Also:
- Constant Field Values
-
ITEM
public static final transient String ITEM
- See Also:
- Constant Field Values
-
FACET
public static final transient String FACET
- See Also:
- Constant Field Values
-
SUGGESTION
public static final transient String SUGGESTION
- See Also:
- Constant Field Values
-
AUTOCOMPLETE
public static final transient String AUTOCOMPLETE
- See Also:
- Constant Field Values
-
NEXT_CURSOR
public static final transient String NEXT_CURSOR
- See Also:
- Constant Field Values
-
-