Package io.camunda.client.protocol.rest
Class AuthorizationFilter
java.lang.Object
io.camunda.client.protocol.rest.AuthorizationFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class AuthorizationFilter
extends Object
Authorization search filter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResourceIdsItem(String resourceIdsItem) booleanThe ID of the owner of permissions.The type of the owner of permissions.The IDs of the resource to search permissions for.The type of resource to search permissions for.inthashCode()ownerType(OwnerTypeEnum ownerType) resourceIds(List<String> resourceIds) resourceType(ResourceTypeEnum resourceType) voidsetOwnerId(String ownerId) voidsetOwnerType(OwnerTypeEnum ownerType) voidsetResourceIds(List<String> resourceIds) voidsetResourceType(ResourceTypeEnum resourceType) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_OWNER_ID
- See Also:
-
JSON_PROPERTY_OWNER_TYPE
- See Also:
-
JSON_PROPERTY_RESOURCE_IDS
- See Also:
-
JSON_PROPERTY_RESOURCE_TYPE
- See Also:
-
-
Constructor Details
-
AuthorizationFilter
public AuthorizationFilter()
-
-
Method Details
-
ownerId
-
getOwnerId
The ID of the owner of permissions.- Returns:
- ownerId
-
setOwnerId
-
ownerType
-
getOwnerType
The type of the owner of permissions.- Returns:
- ownerType
-
setOwnerType
-
resourceIds
-
addResourceIdsItem
-
getResourceIds
The IDs of the resource to search permissions for.- Returns:
- resourceIds
-
setResourceIds
-
resourceType
-
getResourceType
The type of resource to search permissions for.- Returns:
- resourceType
-
setResourceType
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-