Package com.vidispine.generated
Class GroupSynchronizeType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.GroupSynchronizeType.PropInfo
-
- Enclosing class:
- GroupSynchronizeType
public static class GroupSynchronizeType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CREATE
static String
DELETE
static String
GROUP
static String
REMOVED_GROUP
static String
REMOVED_ROLE
static String
REMOVED_USER
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
REMOVED_USER
public static final transient String REMOVED_USER
- See Also:
- Constant Field Values
-
REMOVED_GROUP
public static final transient String REMOVED_GROUP
- See Also:
- Constant Field Values
-
REMOVED_ROLE
public static final transient String REMOVED_ROLE
- See Also:
- Constant Field Values
-
DELETE
public static final transient String DELETE
- See Also:
- Constant Field Values
-
CREATE
public static final transient String CREATE
- See Also:
- Constant Field Values
-
GROUP
public static final transient String GROUP
- See Also:
- Constant Field Values
-
-