Uses of Class
org.kie.server.remote.rest.common.marker.KieServerEndpoint.EndpointType
-
Packages that use KieServerEndpoint.EndpointType Package Description org.kie.server.remote.rest.common.marker -
-
Uses of KieServerEndpoint.EndpointType in org.kie.server.remote.rest.common.marker
Methods in org.kie.server.remote.rest.common.marker that return KieServerEndpoint.EndpointType Modifier and Type Method Description KieServerEndpoint.EndpointType[]categories()static KieServerEndpoint.EndpointTypeKieServerEndpoint.EndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static KieServerEndpoint.EndpointType[]KieServerEndpoint.EndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-