public static enum OctaneHttpRequest.OctaneRequestMethod extends Enum<OctaneHttpRequest.OctaneRequestMethod>
| Enum Constant and Description |
|---|
DELETE |
GET |
POST |
POST_BINARY |
PUT |
| Modifier and Type | Method and Description |
|---|---|
static OctaneHttpRequest.OctaneRequestMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OctaneHttpRequest.OctaneRequestMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OctaneHttpRequest.OctaneRequestMethod GET
public static final OctaneHttpRequest.OctaneRequestMethod POST
public static final OctaneHttpRequest.OctaneRequestMethod PUT
public static final OctaneHttpRequest.OctaneRequestMethod DELETE
public static final OctaneHttpRequest.OctaneRequestMethod POST_BINARY
public static OctaneHttpRequest.OctaneRequestMethod[] values()
for (OctaneHttpRequest.OctaneRequestMethod c : OctaneHttpRequest.OctaneRequestMethod.values()) System.out.println(c);
public static OctaneHttpRequest.OctaneRequestMethod 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 © 2021 Micro Focus. All rights reserved.