Package com.vidispine.generated
Class LibrarySettingsType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.LibrarySettingsType.PropInfo
-
- Enclosing class:
- LibrarySettingsType
public static class LibrarySettingsType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTO_REFRESH
static String
ID
static String
LAST_UPDATE
static String
QUERY
static String
UPDATE_FREQUENCY
static String
UPDATE_MODE
static String
USERNAME
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
USERNAME
public static final transient String USERNAME
- See Also:
- Constant Field Values
-
UPDATE_MODE
public static final transient String UPDATE_MODE
- See Also:
- Constant Field Values
-
AUTO_REFRESH
public static final transient String AUTO_REFRESH
- 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
-
QUERY
public static final transient String QUERY
- See Also:
- Constant Field Values
-
-