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