Package io.camunda.client.protocol.rest
Class AuthorizationRequest
java.lang.Object
io.camunda.client.protocol.rest.AuthorizationRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class AuthorizationRequest
extends Object
AuthorizationRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPermissionTypesItem(PermissionTypeEnum permissionTypesItem) booleanThe ID of the owner of the permissions.The type of the owner of the permissions.The permission types to add.The ID of the resource to add permissions to.The type of resource to add permissions to.inthashCode()ownerType(OwnerTypeEnum ownerType) permissionTypes(List<PermissionTypeEnum> permissionTypes) resourceId(String resourceId) resourceType(ResourceTypeEnum resourceType) voidsetOwnerId(String ownerId) voidsetOwnerType(OwnerTypeEnum ownerType) voidsetPermissionTypes(List<PermissionTypeEnum> permissionTypes) voidsetResourceId(String resourceId) 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_ID
- See Also:
-
JSON_PROPERTY_RESOURCE_TYPE
- See Also:
-
JSON_PROPERTY_PERMISSION_TYPES
- See Also:
-
-
Constructor Details
-
AuthorizationRequest
public AuthorizationRequest()
-
-
Method Details
-
ownerId
-
getOwnerId
The ID of the owner of the permissions.- Returns:
- ownerId
-
setOwnerId
-
ownerType
-
getOwnerType
The type of the owner of the permissions.- Returns:
- ownerType
-
setOwnerType
-
resourceId
-
getResourceId
The ID of the resource to add permissions to.- Returns:
- resourceId
-
setResourceId
-
resourceType
-
getResourceType
The type of resource to add permissions to.- Returns:
- resourceType
-
setResourceType
-
permissionTypes
-
addPermissionTypesItem
-
getPermissionTypes
The permission types to add.- Returns:
- permissionTypes
-
setPermissionTypes
-
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
-