
com.twilio.rest.Domains Maven / Gradle / Ivy
/**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
package com.twilio.rest;
public enum Domains {
ACCOUNTS("accounts"),
API("api"),
CHAT("chat"),
FAX("fax"),
IPMESSAGING("chat"),
LOOKUPS("lookups"),
MONITOR("monitor"),
NOTIFY("notify"),
PREVIEW("preview"),
PRICING("pricing"),
TASKROUTER("taskrouter"),
TRUNKING("trunking"),
VIDEO("video"),
MESSAGING("messaging"),
WIRELESS("wireless"),
SYNC("sync");
private final String value;
private Domains(final String value) {
this.value = value;
}
public String toString() {
return value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy