Package com.vidispine.generated
Class ItemSynchronizeType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ItemSynchronizeType.PropInfo
-
- Enclosing class:
- ItemSynchronizeType
public static class ItemSynchronizeType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS
static String
COMPLETE
static String
CREATE
static String
CREATED
static String
DELETE
static String
FILE
static String
ID
static String
METADATA
static String
METADATA_GROUP
static String
PART_OF_COLLECTION
static String
PART_OF_LIBRARY
static String
SHAPE
static String
TARGET_STORAGE_ID
static String
THUMBNAILS
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
DELETE
public static final transient String DELETE
- See Also:
- Constant Field Values
-
CREATE
public static final transient String CREATE
- See Also:
- Constant Field Values
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
CREATED
public static final transient String CREATED
- See Also:
- Constant Field Values
-
COMPLETE
public static final transient String COMPLETE
- See Also:
- Constant Field Values
-
METADATA
public static final transient String METADATA
- See Also:
- Constant Field Values
-
SHAPE
public static final transient String SHAPE
- See Also:
- Constant Field Values
-
TARGET_STORAGE_ID
public static final transient String TARGET_STORAGE_ID
- See Also:
- Constant Field Values
-
FILE
public static final transient String FILE
- See Also:
- Constant Field Values
-
ACCESS
public static final transient String ACCESS
- See Also:
- Constant Field Values
-
THUMBNAILS
public static final transient String THUMBNAILS
- See Also:
- Constant Field Values
-
PART_OF_COLLECTION
public static final transient String PART_OF_COLLECTION
- See Also:
- Constant Field Values
-
PART_OF_LIBRARY
public static final transient String PART_OF_LIBRARY
- See Also:
- Constant Field Values
-
METADATA_GROUP
public static final transient String METADATA_GROUP
- See Also:
- Constant Field Values
-
-