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

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

package org.zendesk.client.v2.model;

/**
 * @author stephenc
 * @since 05/04/2013 08:56
 */
public enum Status {
  NEW,
  OPEN,
  PENDING,
  HOLD,
  SOLVED,
  CLOSED,
  DELETED;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy