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