Uses of Class
org.bonitasoft.web.client.api.ActorApi.SearchActorsQueryParams
-
Packages that use ActorApi.SearchActorsQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of ActorApi.SearchActorsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ActorApi.SearchActorsQueryParams Modifier and Type Method Description ActorApi.SearchActorsQueryParamsActorApi.SearchActorsQueryParams. c(Integer value)ActorApi.SearchActorsQueryParamsActorApi.SearchActorsQueryParams. f(List<String> value)ActorApi.SearchActorsQueryParamsActorApi.SearchActorsQueryParams. o(String value)ActorApi.SearchActorsQueryParamsActorApi.SearchActorsQueryParams. p(Integer value)Methods in org.bonitasoft.web.client.api with parameters of type ActorApi.SearchActorsQueryParams Modifier and Type Method Description List<Actor>ActorApi. searchActors(ActorApi.SearchActorsQueryParams queryParams)Finds Actors Finds Actors with pagination params and filters Note, this is equivalent to the othersearchActorsmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<Actor>>ActorApi. searchActorsWithHttpInfo(ActorApi.SearchActorsQueryParams queryParams)Finds Actors Finds Actors with pagination params and filters Note, this is equivalent to the othersearchActorsthat receives the query parameters as a map, but this one also exposes the Http response headers
-