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