java.io.Serializable, java.lang.Comparable<PostOpParam.Op>, HttpOpParam.Oppublic static enum PostOpParam.Op extends java.lang.Enum<PostOpParam.Op> implements HttpOpParam.Op
| Enum Constant | Description |
|---|---|
APPEND |
|
CONCAT |
|
NULL |
|
TRUNCATE |
|
UNSETECPOLICY |
|
UNSETSTORAGEPOLICY |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getDoOutput() |
|
int |
getExpectedHttpResponseCode() |
|
boolean |
getRedirect() |
|
boolean |
getRequireAuth() |
|
HttpOpParam.Type |
getType() |
|
java.lang.String |
toQueryString() |
|
static PostOpParam.Op |
valueOf(java.lang.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 TRUNCATE
public static final PostOpParam.Op UNSETECPOLICY
public static final PostOpParam.Op UNSETSTORAGEPOLICY
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(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 nullpublic HttpOpParam.Type getType()
getType in interface HttpOpParam.Oppublic boolean getRequireAuth()
getRequireAuth in interface HttpOpParam.Oppublic boolean getDoOutput()
getDoOutput in interface HttpOpParam.Oppublic boolean getRedirect()
getRedirect in interface HttpOpParam.Oppublic int getExpectedHttpResponseCode()
getExpectedHttpResponseCode in interface HttpOpParam.Oppublic java.lang.String toQueryString()
toQueryString in interface HttpOpParam.OpCopyright © 2008–2025 Apache Software Foundation. All rights reserved.