Package com.vidispine.generated
Class NotificationType.Trigger.PropInfo
- java.lang.Object
-
- com.vidispine.generated.NotificationType.Trigger.PropInfo
-
- Enclosing class:
- NotificationType.Trigger
public static class NotificationType.Trigger.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS
static String
COLLECTION
static String
DELETION_LOCK
static String
DOCUMENT
static String
FILE
static String
GROUP
static String
ITEM
static String
JOB
static String
METADATA
static String
QUOTA
static String
SHAPE
static String
STORAGE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
JOB
public static final transient String JOB
- See Also:
- Constant Field Values
-
METADATA
public static final transient String METADATA
- See Also:
- Constant Field Values
-
ITEM
public static final transient String ITEM
- See Also:
- Constant Field Values
-
COLLECTION
public static final transient String COLLECTION
- See Also:
- Constant Field Values
-
STORAGE
public static final transient String STORAGE
- See Also:
- Constant Field Values
-
FILE
public static final transient String FILE
- See Also:
- Constant Field Values
-
GROUP
public static final transient String GROUP
- See Also:
- Constant Field Values
-
ACCESS
public static final transient String ACCESS
- See Also:
- Constant Field Values
-
SHAPE
public static final transient String SHAPE
- See Also:
- Constant Field Values
-
QUOTA
public static final transient String QUOTA
- See Also:
- Constant Field Values
-
DOCUMENT
public static final transient String DOCUMENT
- See Also:
- Constant Field Values
-
DELETION_LOCK
public static final transient String DELETION_LOCK
- See Also:
- Constant Field Values
-
-