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

com.twilio.Domains Maven / Gradle / Ivy

There is a newer version: 10.1.5
Show newest version
/*
 * This code was generated by
 * ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
 *  |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
 *  |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
package com.twilio.rest;

public enum Domains {
    ACCOUNTS("accounts"),
    API("api"),
    AUTOPILOT("autopilot"),
    BULKEXPORTS("bulkexports"),
    CHAT("chat"),
    CONTENT("content"),
    CONVERSATIONS("conversations"),
    EVENTS("events"),
    FLEXAPI("flex-api"),
    FRONTLINEAPI("frontline-api"),
    INSIGHTS("insights"),
    INTELLIGENCE("intelligence"),
    IPMESSAGING("ip-messaging"),
    LOOKUPS("lookups"),
    MEDIA("media"),
    MESSAGING("messaging"),
    MICROVISOR("microvisor"),
    MONITOR("monitor"),
    NOTIFY("notify"),
    NUMBERS("numbers"),
    OAUTH("oauth"),
    PREVIEW("preview"),
    PRICING("pricing"),
    PROXY("proxy"),
    ROUTES("routes"),
    SERVERLESS("serverless"),
    STUDIO("studio"),
    SUPERSIM("supersim"),
    SYNC("sync"),
    TASKROUTER("taskrouter"),
    TRUNKING("trunking"),
    TRUSTHUB("trusthub"),
    VERIFY("verify"),
    VIDEO("video"),
    VOICE("voice"),
    WIRELESS("wireless");

    private final String value;
  
    private Domains(final String value) {
        this.value = value;
    }

    public String toString() {
        return value;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy