Package io.camunda.client.protocol.rest
Class AuthorizationResult
java.lang.Object
io.camunda.client.protocol.rest.AuthorizationResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class AuthorizationResult
extends Object
AuthorizationResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPermissionTypesItem(PermissionTypeEnum permissionTypesItem) authorizationKey(String authorizationKey) booleanThe key of the authorization.The ID of the owner of permissions.The type of the owner of permissions.Specifies the types of the permissions.ID of the resource the permission relates to.The type of resource that owner have permissions.inthashCode()ownerType(OwnerTypeEnum ownerType) permissionTypes(List<PermissionTypeEnum> permissionTypes) resourceId(String resourceId) resourceType(ResourceTypeEnum resourceType) voidsetAuthorizationKey(String authorizationKey) 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_TYPE
- See Also:
-
JSON_PROPERTY_RESOURCE_ID
- See Also:
-
JSON_PROPERTY_PERMISSION_TYPES
- See Also:
-
JSON_PROPERTY_AUTHORIZATION_KEY
- See Also:
-
-
Constructor Details
-
AuthorizationResult
public AuthorizationResult()
-
-
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
-
resourceType
-
getResourceType
The type of resource that owner have permissions.- Returns:
- resourceType
-
setResourceType
-
resourceId
-
getResourceId
ID of the resource the permission relates to.- Returns:
- resourceId
-
setResourceId
-
permissionTypes
-
addPermissionTypesItem
-
getPermissionTypes
Specifies the types of the permissions.- Returns:
- permissionTypes
-
setPermissionTypes
-
authorizationKey
-
getAuthorizationKey
The key of the authorization.- Returns:
- authorizationKey
-
setAuthorizationKey
-
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
-