Package com.vidispine.generated
Class CollectionSynchronizeType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.CollectionSynchronizeType.PropInfo
-
- Enclosing class:
- CollectionSynchronizeType
public static class CollectionSynchronizeType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS
static String
COMPLETE
static String
CREATE
static String
DELETE
static String
DELETED_HAS_COLLECTION
static String
DELETED_HAS_ITEM
static String
DELETED_HAS_LIBRARY
static String
HAS_COLLECTION
static String
HAS_ITEM
static String
HAS_LIBRARY
static String
ID
static String
METADATA
static String
METADATA_GROUP
static String
NAME
static String
PART_OF_COLLECTION
-
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
-
NAME
public static final transient String NAME
- 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
-
ACCESS
public static final transient String ACCESS
- See Also:
- Constant Field Values
-
HAS_ITEM
public static final transient String HAS_ITEM
- See Also:
- Constant Field Values
-
HAS_LIBRARY
public static final transient String HAS_LIBRARY
- See Also:
- Constant Field Values
-
HAS_COLLECTION
public static final transient String HAS_COLLECTION
- See Also:
- Constant Field Values
-
PART_OF_COLLECTION
public static final transient String PART_OF_COLLECTION
- See Also:
- Constant Field Values
-
DELETED_HAS_ITEM
public static final transient String DELETED_HAS_ITEM
- See Also:
- Constant Field Values
-
DELETED_HAS_LIBRARY
public static final transient String DELETED_HAS_LIBRARY
- See Also:
- Constant Field Values
-
DELETED_HAS_COLLECTION
public static final transient String DELETED_HAS_COLLECTION
- See Also:
- Constant Field Values
-
METADATA_GROUP
public static final transient String METADATA_GROUP
- See Also:
- Constant Field Values
-
-