Uses of Class
com.vidispine.generated.ItemType.Access
-
-
Uses of ItemType.Access in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ItemType.Access Modifier and Type Field Description protected List<ItemType.Access>
ItemType. access
Methods in com.vidispine.generated that return ItemType.Access Modifier and Type Method Description ItemType.Access
ObjectFactory. createItemTypeAccess()
Create an instance ofItemType.Access
ItemType.Access
ItemType.Access. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ItemType.Access
ItemType.Access. withPermission(String value)
ItemType.Access
ItemType.Access. withType(String value)
Methods in com.vidispine.generated that return types with arguments of type ItemType.Access Modifier and Type Method Description List<ItemType.Access>
ItemType. getAccess()
Gets the value of the access property.Methods in com.vidispine.generated with parameters of type ItemType.Access Modifier and Type Method Description ItemType
ItemType. withAccess(ItemType.Access... values)
Method parameters in com.vidispine.generated with type arguments of type ItemType.Access Modifier and Type Method Description ItemType
ItemType. withAccess(Collection<ItemType.Access> values)
-