Uses of Class
com.vidispine.generated.AppliesToType
-
-
Uses of AppliesToType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AppliesToType Modifier and Type Field Description protected List<AppliesToType>
AccessControlType. appliesTo
Methods in com.vidispine.generated that return AppliesToType Modifier and Type Method Description AppliesToType
ObjectFactory. createAppliesToType()
Create an instance ofAppliesToType
AppliesToType
AppliesToType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AppliesToType
AppliesToType. withRecursive(boolean value)
AppliesToType
AppliesToType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type AppliesToType Modifier and Type Method Description List<AppliesToType>
AccessControlType. getAppliesTo()
Gets the value of the appliesTo property.Methods in com.vidispine.generated with parameters of type AppliesToType Modifier and Type Method Description AccessControlType
AccessControlType. withAppliesTo(AppliesToType... values)
Method parameters in com.vidispine.generated with type arguments of type AppliesToType Modifier and Type Method Description AccessControlType
AccessControlType. withAppliesTo(Collection<AppliesToType> values)
-