public static enum PostOpParam.Op extends Enum<PostOpParam.Op> implements HttpOpParam.Op
Modifier and Type | Method and Description |
---|---|
boolean |
getDoOutput() |
int |
getExpectedHttpResponseCode() |
boolean |
getRedirect() |
boolean |
getRequireAuth() |
HttpOpParam.Type |
getType() |
String |
toQueryString() |
static PostOpParam.Op |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostOpParam.Op[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostOpParam.Op APPEND
public static final PostOpParam.Op CONCAT
public static final PostOpParam.Op NULL
public static PostOpParam.Op[] values()
for (PostOpParam.Op c : PostOpParam.Op.values()) System.out.println(c);
public static PostOpParam.Op 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 HttpOpParam.Type getType()
getType
in interface HttpOpParam.Op
public boolean getRequireAuth()
getRequireAuth
in interface HttpOpParam.Op
public boolean getDoOutput()
getDoOutput
in interface HttpOpParam.Op
public boolean getRedirect()
getRedirect
in interface HttpOpParam.Op
public int getExpectedHttpResponseCode()
getExpectedHttpResponseCode
in interface HttpOpParam.Op
public String toQueryString()
toQueryString
in interface HttpOpParam.Op
Copyright © 2014 Apache Software Foundation. All Rights Reserved.