Package com.vidispine.generated
Class LibrarySynchronizeType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.LibrarySynchronizeType.PropInfo
-
- Enclosing class:
- LibrarySynchronizeType
public static class LibrarySynchronizeType.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
HAS_ITEM
static String
ID
static String
PART_OF_COLLECTION
static String
SEARCH_XML
static String
UPDATE_FREQUENCY
static String
UPDATE_MODE
-
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
-
COMPLETE
public static final transient String COMPLETE
- See Also:
- Constant Field Values
-
ACCESS
public static final transient String ACCESS
- See Also:
- Constant Field Values
-
UPDATE_MODE
public static final transient String UPDATE_MODE
- See Also:
- Constant Field Values
-
UPDATE_FREQUENCY
public static final transient String UPDATE_FREQUENCY
- See Also:
- Constant Field Values
-
SEARCH_XML
public static final transient String SEARCH_XML
- See Also:
- Constant Field Values
-
HAS_ITEM
public static final transient String HAS_ITEM
- See Also:
- Constant Field Values
-
PART_OF_COLLECTION
public static final transient String PART_OF_COLLECTION
- See Also:
- Constant Field Values
-
-