Package io.camunda.client.protocol.rest
Class AuthorizationResult
java.lang.Object
io.camunda.client.protocol.rest.AuthorizationResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.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.Get ownerTypeSpecifies the types of the permissions.ID of the resource the permission relates to (mutually exclusive with `resourcePropertyName`).The name of the resource property the permission relates to (mutually exclusive with `resourceId`).The type of resource that the permissions relate to.inthashCode()ownerType(OwnerTypeEnum ownerType) permissionTypes(List<PermissionTypeEnum> permissionTypes) resourceId(String resourceId) resourcePropertyName(String resourcePropertyName) resourceType(ResourceTypeEnum resourceType) voidsetAuthorizationKey(String authorizationKey) voidsetOwnerId(String ownerId) voidsetOwnerType(OwnerTypeEnum ownerType) voidsetPermissionTypes(List<PermissionTypeEnum> permissionTypes) voidsetResourceId(String resourceId) voidsetResourcePropertyName(String resourcePropertyName) voidsetResourceType(ResourceTypeEnum resourceType) toString()
-
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_RESOURCE_PROPERTY_NAME
- 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
Get ownerType- Returns:
- ownerType
-
setOwnerType
-
resourceType
-
getResourceType
The type of resource that the permissions relate to.- Returns:
- resourceType
-
setResourceType
-
resourceId
-
getResourceId
ID of the resource the permission relates to (mutually exclusive with `resourcePropertyName`).- Returns:
- resourceId
-
setResourceId
-
resourcePropertyName
-
getResourcePropertyName
The name of the resource property the permission relates to (mutually exclusive with `resourceId`).- Returns:
- resourcePropertyName
-
setResourcePropertyName
-
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
-