Uses of Class
io.joynr.dispatcher.rpc.RequestStatusCode
-
Packages that use RequestStatusCode Package Description io.joynr.dispatcher.rpc -
-
Uses of RequestStatusCode in io.joynr.dispatcher.rpc
Methods in io.joynr.dispatcher.rpc that return RequestStatusCode Modifier and Type Method Description RequestStatusCodeRequestStatus. getCode()static RequestStatusCodeRequestStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestStatusCode[]RequestStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.joynr.dispatcher.rpc with parameters of type RequestStatusCode Modifier and Type Method Description voidRequestStatus. setCode(RequestStatusCode code)Constructors in io.joynr.dispatcher.rpc with parameters of type RequestStatusCode Constructor Description RequestStatus(RequestStatusCode code)RequestStatus(RequestStatusCode code, String description)
-