public enum WazoEndpoints extends java.lang.Enum<WazoEndpoints>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
endpoint() |
static WazoEndpoints |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WazoEndpoints[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WazoEndpoints TOKEN
public static final WazoEndpoints CALLD
public static final WazoEndpoints CONFD
public static WazoEndpoints[] values()
for (WazoEndpoints c : WazoEndpoints.values()) System.out.println(c);
public static WazoEndpoints valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String endpoint()
Copyright © 2023. All Rights Reserved.