Package: com.keepsolid.androidkeepsolidcommon.commonsdk.api.transport
Extends: java.lang.Enum<KSRequest.METHOD>
values
public static KSRequest.METHOD[] values()
for (KSRequest.METHOD c : KSRequest.METHOD.values()) System.out.println(c);
an array containing the constants of this enum type, in the order they are declared
valueOf
public static KSRequest.METHOD valueOf(java.lang.String name)
the enum constant with the specified name
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null
public static final KSRequest.METHOD GET
public static final KSRequest.METHOD POST
public static final KSRequest.METHOD PUT
public static final KSRequest.METHOD DELETE