Uses of Class
org.zendesk.client.v2.model.Condition
-
Packages that use Condition Package Description org.zendesk.client.v2.model -
-
Uses of Condition in org.zendesk.client.v2.model
Methods in org.zendesk.client.v2.model that return types with arguments of type Condition Modifier and Type Method Description List<Condition>Conditions. getAll()List<Condition>Conditions. getAny()Method parameters in org.zendesk.client.v2.model with type arguments of type Condition Modifier and Type Method Description voidConditions. setAll(List<Condition> all)voidConditions. setAny(List<Condition> any)
-