Uses of Class
org.zendesk.client.v2.model.TicketRestriction
-
Packages that use TicketRestriction Package Description org.zendesk.client.v2.model -
-
Uses of TicketRestriction in org.zendesk.client.v2.model
Methods in org.zendesk.client.v2.model that return TicketRestriction Modifier and Type Method Description TicketRestrictionUser. getTicketRestriction()static TicketRestrictionTicketRestriction. valueOf(String name)Returns the enum constant of this type with the specified name.static TicketRestriction[]TicketRestriction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zendesk.client.v2.model with parameters of type TicketRestriction Modifier and Type Method Description voidUser. setTicketRestriction(TicketRestriction ticketRestriction)
-