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