Uses of Class
org.glassfish.api.admin.RestRedirect.OpType
-
Packages that use RestRedirect.OpType Package Description org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of RestRedirect.OpType in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return RestRedirect.OpType Modifier and Type Method Description RestRedirect.OpTypeopType()Rest operation type that should trigger a redirect to an actual asadmin command invocationstatic RestRedirect.OpTypeRestRedirect.OpType. valueOf(String name)Returns the enum constant of this type with the specified name.static RestRedirect.OpType[]RestRedirect.OpType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-