Uses of Class
com.vidispine.generated.QuotaRuleType.Resource
-
-
Uses of QuotaRuleType.Resource in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type QuotaRuleType.Resource Modifier and Type Field Description protected List<QuotaRuleType.Resource>
QuotaRuleType. resource
Methods in com.vidispine.generated that return QuotaRuleType.Resource Modifier and Type Method Description QuotaRuleType.Resource
ObjectFactory. createQuotaRuleTypeResource()
Create an instance ofQuotaRuleType.Resource
QuotaRuleType.Resource
QuotaRuleType.Resource. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
QuotaRuleType.Resource
QuotaRuleType.Resource. withLimit(long value)
QuotaRuleType.Resource
QuotaRuleType.Resource. withName(QuotaResourceType value)
QuotaRuleType.Resource
QuotaRuleType.Resource. withUsage(Long value)
Methods in com.vidispine.generated that return types with arguments of type QuotaRuleType.Resource Modifier and Type Method Description List<QuotaRuleType.Resource>
QuotaRuleType. getResource()
Gets the value of the resource property.Methods in com.vidispine.generated with parameters of type QuotaRuleType.Resource Modifier and Type Method Description QuotaRuleType
QuotaRuleType. withResource(QuotaRuleType.Resource... values)
Method parameters in com.vidispine.generated with type arguments of type QuotaRuleType.Resource Modifier and Type Method Description QuotaRuleType
QuotaRuleType. withResource(Collection<QuotaRuleType.Resource> values)
-