Package io.camunda.client.protocol.rest
Class UserSearchResult
java.lang.Object
io.camunda.client.protocol.rest.UserSearchResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class UserSearchResult
extends Object
UserSearchResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(UserResult itemsItem) booleangetItems()The matching users.getPage()Get pageinthashCode()items(List<UserResult> items) page(SearchQueryPageResponse page) voidsetItems(List<UserResult> items) voidtoString()
-
Field Details
-
JSON_PROPERTY_PAGE
- See Also:
-
JSON_PROPERTY_ITEMS
- See Also:
-
-
Constructor Details
-
UserSearchResult
public UserSearchResult()
-
-
Method Details