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