Uses of Class
com.vidispine.generated.GroupSynchronizeType
-
Uses of GroupSynchronizeType in com.vidispine.generated
Fields in com.vidispine.generated declared as GroupSynchronizeTypeMethods in com.vidispine.generated that return GroupSynchronizeTypeModifier and TypeMethodDescriptionObjectFactory.createGroupSynchronizeType()
Create an instance ofGroupSynchronizeType
EntitySynchronizeType.getGroup()
Gets the value of the group property.GroupSynchronizeType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) GroupSynchronizeType.withCreate
(boolean value) Sets the value of the create property.GroupSynchronizeType.withDelete
(boolean value) Sets the value of the delete property.Sets the value of the group property.GroupSynchronizeType.withRemovedGroup
(String... values) Adds objects to the list of RemovedGroup using add methodGroupSynchronizeType.withRemovedGroup
(Collection<String> values) Adds objects to the list of RemovedGroup using addAll methodGroupSynchronizeType.withRemovedRole
(String... values) Adds objects to the list of RemovedRole using add methodGroupSynchronizeType.withRemovedRole
(Collection<String> values) Adds objects to the list of RemovedRole using addAll methodGroupSynchronizeType.withRemovedUser
(String... values) Adds objects to the list of RemovedUser using add methodGroupSynchronizeType.withRemovedUser
(Collection<String> values) Adds objects to the list of RemovedUser using addAll methodMethods in com.vidispine.generated with parameters of type GroupSynchronizeTypeModifier and TypeMethodDescriptionvoid
EntitySynchronizeType.setGroup
(GroupSynchronizeType value) Sets the value of the group property.EntitySynchronizeType.withGroup
(GroupSynchronizeType value) Sets the value of the group property.