public enum ClientServiceRequestState extends Enum<ClientServiceRequestState>
ClientServiceRequestState class.
| Enum Constant and Description |
|---|
Canceled |
Complete |
Error |
Init |
Sent |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<ClientServiceRequestState> |
FINAL_STATES
Constant
FINAL_STATES |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFinal()
isFinal.
|
static ClientServiceRequestState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientServiceRequestState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientServiceRequestState Init
public static final ClientServiceRequestState Canceled
public static final ClientServiceRequestState Sent
public static final ClientServiceRequestState Complete
public static final ClientServiceRequestState Error
public static final EnumSet<ClientServiceRequestState> FINAL_STATES
FINAL_STATESpublic static ClientServiceRequestState[] values()
for (ClientServiceRequestState c : ClientServiceRequestState.values()) System.out.println(c);
public static ClientServiceRequestState 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 nullpublic boolean isFinal()
isFinal.
Copyright © 2026. All rights reserved.