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