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