Uses of Class
org.kie.server.api.model.KieServiceResponse.ResponseType
-
Packages that use KieServiceResponse.ResponseType Package Description org.kie.server.api.model -
-
Uses of KieServiceResponse.ResponseType in org.kie.server.api.model
Methods in org.kie.server.api.model that return KieServiceResponse.ResponseType Modifier and Type Method Description KieServiceResponse.ResponseTypeKieServiceResponse. getType()KieServiceResponse.ResponseTypeServiceResponse. getType()static KieServiceResponse.ResponseTypeKieServiceResponse.ResponseType. valueOf(String name)Returns the enum constant of this type with the specified name.static KieServiceResponse.ResponseType[]KieServiceResponse.ResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.server.api.model with parameters of type KieServiceResponse.ResponseType Modifier and Type Method Description voidServiceResponse. setType(KieServiceResponse.ResponseType type)Constructors in org.kie.server.api.model with parameters of type KieServiceResponse.ResponseType Constructor Description ServiceResponse(KieServiceResponse.ResponseType type, String msg)ServiceResponse(KieServiceResponse.ResponseType type, String msg, T result)
-