HttpOpParam.Oppublic static class HttpOpParam.TemporaryRedirectOp extends java.lang.Object implements HttpOpParam.Op
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getDoOutput() |
|
int |
getExpectedHttpResponseCode() |
Override the original expected response with "Temporary Redirect".
|
boolean |
getRedirect() |
|
boolean |
getRequireAuth() |
|
HttpOpParam.Type |
getType() |
|
java.lang.String |
toQueryString() |
|
static HttpOpParam.TemporaryRedirectOp |
valueOf(HttpOpParam.Op op) |
Get an object for the given op.
|
public static HttpOpParam.TemporaryRedirectOp valueOf(HttpOpParam.Op op)
public 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.