Uses of Class
com.vidispine.generated.GroupSynchronizeType
-
-
Uses of GroupSynchronizeType in com.vidispine.generated
Fields in com.vidispine.generated declared as GroupSynchronizeType Modifier and Type Field Description protected GroupSynchronizeType
EntitySynchronizeType. group
Methods in com.vidispine.generated that return GroupSynchronizeType Modifier and Type Method Description GroupSynchronizeType
ObjectFactory. createGroupSynchronizeType()
Create an instance ofGroupSynchronizeType
GroupSynchronizeType
EntitySynchronizeType. getGroup()
Gets the value of the group property.GroupSynchronizeType
GroupSynchronizeType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
GroupSynchronizeType
GroupSynchronizeType. withCreate(boolean value)
GroupSynchronizeType
GroupSynchronizeType. withDelete(boolean value)
GroupSynchronizeType
GroupSynchronizeType. withGroup(GroupType value)
GroupSynchronizeType
GroupSynchronizeType. withRemovedGroup(String... values)
GroupSynchronizeType
GroupSynchronizeType. withRemovedGroup(Collection<String> values)
GroupSynchronizeType
GroupSynchronizeType. withRemovedRole(String... values)
GroupSynchronizeType
GroupSynchronizeType. withRemovedRole(Collection<String> values)
GroupSynchronizeType
GroupSynchronizeType. withRemovedUser(String... values)
GroupSynchronizeType
GroupSynchronizeType. withRemovedUser(Collection<String> values)
Methods in com.vidispine.generated with parameters of type GroupSynchronizeType Modifier and Type Method Description void
EntitySynchronizeType. setGroup(GroupSynchronizeType value)
Sets the value of the group property.EntitySynchronizeType
EntitySynchronizeType. withGroup(GroupSynchronizeType value)
-