All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zendesk.client.v2.model.Priority Maven / Gradle / Ivy

The newest version!
package org.zendesk.client.v2.model;

/**
 * @author stephenc
 * @since 05/04/2013 08:57
 */
public enum Priority {
  URGENT,
  HIGH,
  NORMAL,
  LOW;

  @Override
  public String toString() {
    return super.toString().toLowerCase();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy