Uses of Class
com.vidispine.generated.QuotaRuleType
-
-
Uses of QuotaRuleType in com.vidispine.generated
Fields in com.vidispine.generated declared as QuotaRuleType Modifier and Type Field Description protected QuotaRuleType
WebsocketUpdateType. quota
Fields in com.vidispine.generated with type parameters of type QuotaRuleType Modifier and Type Field Description protected List<QuotaRuleType>
QuotaRuleListType. rule
Methods in com.vidispine.generated that return types with arguments of type QuotaRuleType Modifier and Type Method Description javax.xml.bind.JAXBElement<QuotaRuleType>
ObjectFactory. createQuotaRuleDocument(QuotaRuleType value)
List<QuotaRuleType>
QuotaRuleListType. getRule()
Gets the value of the rule property.Methods in com.vidispine.generated with parameters of type QuotaRuleType Modifier and Type Method Description javax.xml.bind.JAXBElement<QuotaRuleType>
ObjectFactory. createQuotaRuleDocument(QuotaRuleType value)
void
WebsocketUpdateType. setQuota(QuotaRuleType value)
Sets the value of the quota property.WebsocketUpdateType
WebsocketUpdateType. withQuota(QuotaRuleType value)
QuotaRuleListType
QuotaRuleListType. withRule(QuotaRuleType... values)
Method parameters in com.vidispine.generated with type arguments of type QuotaRuleType Modifier and Type Method Description QuotaRuleListType
QuotaRuleListType. withRule(Collection<QuotaRuleType> values)
-