Uses of Class
com.vidispine.generated.AccessControlType
-
-
Uses of AccessControlType in com.vidispine.generated
Fields in com.vidispine.generated declared as AccessControlType Modifier and Type Field Description protected AccessControlType
AccessControlSynchronizeType. document
Fields in com.vidispine.generated with type parameters of type AccessControlType Modifier and Type Field Description protected List<AccessControlType>
AccessControlListType. access
protected List<AccessControlType>
ImportSettingsType. access
Methods in com.vidispine.generated that return types with arguments of type AccessControlType Modifier and Type Method Description javax.xml.bind.JAXBElement<AccessControlType>
ObjectFactory. createAccessControlDocument(AccessControlType value)
List<AccessControlType>
AccessControlListType. getAccess()
Gets the value of the access property.List<AccessControlType>
ImportSettingsType. getAccess()
Gets the value of the access property.Methods in com.vidispine.generated with parameters of type AccessControlType Modifier and Type Method Description javax.xml.bind.JAXBElement<AccessControlType>
ObjectFactory. createAccessControlDocument(AccessControlType value)
void
AccessControlSynchronizeType. setDocument(AccessControlType value)
Sets the value of the document property.AccessControlListType
AccessControlListType. withAccess(AccessControlType... values)
ImportSettingsType
ImportSettingsType. withAccess(AccessControlType... values)
AccessControlSynchronizeType
AccessControlSynchronizeType. withDocument(AccessControlType value)
Method parameters in com.vidispine.generated with type arguments of type AccessControlType Modifier and Type Method Description AccessControlListType
AccessControlListType. withAccess(Collection<AccessControlType> values)
ImportSettingsType
ImportSettingsType. withAccess(Collection<AccessControlType> values)
-