public static enum UpdateRequest.ChargeSharing extends java.lang.Enum<UpdateRequest.ChargeSharing>
Modifier and Type | Method and Description |
---|---|
static UpdateRequest.ChargeSharing |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpdateRequest.ChargeSharing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateRequest.ChargeSharing ENABLED
public static final UpdateRequest.ChargeSharing DISABLED
public static final UpdateRequest.ChargeSharing UNKNOWN
public static UpdateRequest.ChargeSharing[] values()
for (UpdateRequest.ChargeSharing c : UpdateRequest.ChargeSharing.values()) System.out.println(c);
public static UpdateRequest.ChargeSharing 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 null