public static enum ApiPlatformClient.RestClientStatus extends Enum<ApiPlatformClient.RestClientStatus>
| Enum Constant and Description |
|---|
INITIALISED |
NOT_INITIALISED |
| Modifier and Type | Method and Description |
|---|---|
static ApiPlatformClient.RestClientStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiPlatformClient.RestClientStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiPlatformClient.RestClientStatus NOT_INITIALISED
public static final ApiPlatformClient.RestClientStatus INITIALISED
public static ApiPlatformClient.RestClientStatus[] values()
for (ApiPlatformClient.RestClientStatus c : ApiPlatformClient.RestClientStatus.values()) System.out.println(c);
public static ApiPlatformClient.RestClientStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2023 MuleSoft, Inc.. All rights reserved.