Package com.vidispine.generated
Class CollectionListType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.CollectionListType.PropInfo
-
- Enclosing class:
- CollectionListType
public static class CollectionListType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTOCOMPLETE
static String
COLLECTION
static String
FACET
static String
HITS
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
-
COLLECTION
public static final transient String COLLECTION
- 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
-
-