Uses of Class
com.vidispine.generated.AccessControlSynchronizeType
-
Uses of AccessControlSynchronizeType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AccessControlSynchronizeTypeModifier and TypeFieldDescriptionprotected List<AccessControlSynchronizeType>
CollectionSynchronizeType.access
protected List<AccessControlSynchronizeType>
ItemSynchronizeType.access
protected List<AccessControlSynchronizeType>
LibrarySynchronizeType.access
Methods in com.vidispine.generated that return AccessControlSynchronizeTypeModifier and TypeMethodDescriptionObjectFactory.createAccessControlSynchronizeType()
Create an instance ofAccessControlSynchronizeType
AccessControlSynchronizeType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) AccessControlSynchronizeType.withCreate
(boolean value) Sets the value of the create property.AccessControlSynchronizeType.withDelete
(boolean value) Sets the value of the delete property.AccessControlSynchronizeType.withDocument
(AccessControlType value) Sets the value of the document property.Methods in com.vidispine.generated that return types with arguments of type AccessControlSynchronizeTypeModifier and TypeMethodDescriptionCollectionSynchronizeType.getAccess()
Gets the value of the access property.ItemSynchronizeType.getAccess()
Gets the value of the access property.LibrarySynchronizeType.getAccess()
Gets the value of the access property.Methods in com.vidispine.generated with parameters of type AccessControlSynchronizeTypeModifier and TypeMethodDescriptionCollectionSynchronizeType.withAccess
(AccessControlSynchronizeType... values) Adds objects to the list of Access using add methodItemSynchronizeType.withAccess
(AccessControlSynchronizeType... values) Adds objects to the list of Access using add methodLibrarySynchronizeType.withAccess
(AccessControlSynchronizeType... values) Adds objects to the list of Access using add methodMethod parameters in com.vidispine.generated with type arguments of type AccessControlSynchronizeTypeModifier and TypeMethodDescriptionCollectionSynchronizeType.withAccess
(Collection<AccessControlSynchronizeType> values) Adds objects to the list of Access using addAll methodItemSynchronizeType.withAccess
(Collection<AccessControlSynchronizeType> values) Adds objects to the list of Access using addAll methodLibrarySynchronizeType.withAccess
(Collection<AccessControlSynchronizeType> values) Adds objects to the list of Access using addAll method