public static enum TokenService.Type extends java.lang.Enum<TokenService.Type>
| Enum Constant and Description |
|---|
CSP_API_TOKEN |
CSP_CLIENT_CREDENTIALS |
NO_TOKEN |
WAVEFRONT_API_TOKEN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static TokenService.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenService.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenService.Type NO_TOKEN
public static final TokenService.Type WAVEFRONT_API_TOKEN
public static final TokenService.Type CSP_API_TOKEN
public static final TokenService.Type CSP_CLIENT_CREDENTIALS
public static TokenService.Type[] values()
for (TokenService.Type c : TokenService.Type.values()) System.out.println(c);
public static TokenService.Type 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 toString()
toString in class java.lang.Enum<TokenService.Type>Copyright © 2023. All rights reserved.