Uses of Class
org.zendesk.client.v2.model.CommentType
-
Packages that use CommentType Package Description org.zendesk.client.v2.model -
-
Uses of CommentType in org.zendesk.client.v2.model
Methods in org.zendesk.client.v2.model that return CommentType Modifier and Type Method Description CommentTypeComment. getType()static CommentTypeCommentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommentType[]CommentType. 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 CommentType Modifier and Type Method Description voidComment. setType(CommentType type)
-