static RedirectAction.RedirectResponseCode |
RedirectAction.RedirectResponseCode.forNumber(int value) |
|
RedirectAction.RedirectResponseCode |
RedirectAction.Builder.getResponseCode() |
The HTTP status code to use in the redirect response.
|
RedirectAction.RedirectResponseCode |
RedirectAction.getResponseCode() |
The HTTP status code to use in the redirect response.
|
RedirectAction.RedirectResponseCode |
RedirectActionOrBuilder.getResponseCode() |
The HTTP status code to use in the redirect response.
|
static RedirectAction.RedirectResponseCode |
RedirectAction.RedirectResponseCode.valueOf(int value) |
Deprecated.
|
static RedirectAction.RedirectResponseCode |
RedirectAction.RedirectResponseCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static RedirectAction.RedirectResponseCode |
RedirectAction.RedirectResponseCode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RedirectAction.RedirectResponseCode[] |
RedirectAction.RedirectResponseCode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|