Uses of Enum
org.infinispan.client.rest.RestTaskClient.ResultType
Packages that use RestTaskClient.ResultType
-
Uses of RestTaskClient.ResultType in org.infinispan.client.rest
Methods in org.infinispan.client.rest that return RestTaskClient.ResultTypeModifier and TypeMethodDescriptionstatic RestTaskClient.ResultTypeReturns the enum constant of this type with the specified name.static RestTaskClient.ResultType[]RestTaskClient.ResultType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.client.rest with parameters of type RestTaskClient.ResultTypeModifier and TypeMethodDescriptionRestTaskClient.list(RestTaskClient.ResultType resultType) Retrieves a list of tasks from the server -
Uses of RestTaskClient.ResultType in org.infinispan.client.rest.impl.okhttp
Methods in org.infinispan.client.rest.impl.okhttp with parameters of type RestTaskClient.ResultTypeModifier and TypeMethodDescriptionRestTaskClientOkHttp.list(RestTaskClient.ResultType resultType)