Package com.vidispine.generated
Class QuotaRuleType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.QuotaRuleType.PropInfo
-
- Enclosing class:
- QuotaRuleType
public static class QuotaRuleType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
COLLECTION
static String
DESCRIPTION
static String
EXTERNAL_ID
static String
GROUP
static String
ID
static String
LAST_UPDATE
static String
LIBRARY
static String
RESOURCE
static String
STORAGE
static String
STORAGE_GROUP
static String
TAG
static String
UPDATE_FREQUENCY
static String
USER
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final transient String DESCRIPTION
- See Also:
- Constant Field Values
-
USER
public static final transient String USER
- See Also:
- Constant Field Values
-
GROUP
public static final transient String GROUP
- See Also:
- Constant Field Values
-
COLLECTION
public static final transient String COLLECTION
- See Also:
- Constant Field Values
-
LIBRARY
public static final transient String LIBRARY
- See Also:
- Constant Field Values
-
STORAGE
public static final transient String STORAGE
- See Also:
- Constant Field Values
-
STORAGE_GROUP
public static final transient String STORAGE_GROUP
- See Also:
- Constant Field Values
-
TAG
public static final transient String TAG
- See Also:
- Constant Field Values
-
RESOURCE
public static final transient String RESOURCE
- See Also:
- Constant Field Values
-
UPDATE_FREQUENCY
public static final transient String UPDATE_FREQUENCY
- See Also:
- Constant Field Values
-
LAST_UPDATE
public static final transient String LAST_UPDATE
- See Also:
- Constant Field Values
-
EXTERNAL_ID
public static final transient String EXTERNAL_ID
- See Also:
- Constant Field Values
-
-