Package io.camunda.client.protocol.rest
Class AuthorizationPropertyBasedRequest
java.lang.Object
io.camunda.client.protocol.rest.AuthorizationPropertyBasedRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class AuthorizationPropertyBasedRequest
extends Object
AuthorizationPropertyBasedRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPermissionTypesItem(PermissionTypeEnum permissionTypesItem) booleanThe ID of the owner of the permissions.Get ownerTypeThe permission types to add.The name of the resource property on which this authorization is based.The type of resource to add permissions to.inthashCode()ownerType(OwnerTypeEnum ownerType) permissionTypes(List<PermissionTypeEnum> permissionTypes) resourcePropertyName(String resourcePropertyName) resourceType(ResourceTypeEnum resourceType) voidsetOwnerId(String ownerId) voidsetOwnerType(OwnerTypeEnum ownerType) voidsetPermissionTypes(List<PermissionTypeEnum> permissionTypes) voidsetResourcePropertyName(String resourcePropertyName) voidsetResourceType(ResourceTypeEnum resourceType) toString()
-
Field Details
-
JSON_PROPERTY_OWNER_ID
- See Also:
-
JSON_PROPERTY_OWNER_TYPE
- See Also:
-
JSON_PROPERTY_RESOURCE_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_RESOURCE_TYPE
- See Also:
-
JSON_PROPERTY_PERMISSION_TYPES
- See Also:
-
-
Constructor Details
-
AuthorizationPropertyBasedRequest
public AuthorizationPropertyBasedRequest()
-
-
Method Details
-
ownerId
-
getOwnerId
The ID of the owner of the permissions.- Returns:
- ownerId
-
setOwnerId
-
ownerType
-
getOwnerType
Get ownerType- Returns:
- ownerType
-
setOwnerType
-
resourcePropertyName
-
getResourcePropertyName
The name of the resource property on which this authorization is based.- Returns:
- resourcePropertyName
-
setResourcePropertyName
-
resourceType
-
getResourceType
The type of resource to add permissions to.- Returns:
- resourceType
-
setResourceType
-
permissionTypes
public AuthorizationPropertyBasedRequest permissionTypes(@Nonnull List<PermissionTypeEnum> permissionTypes) -
addPermissionTypesItem
public AuthorizationPropertyBasedRequest addPermissionTypesItem(PermissionTypeEnum permissionTypesItem) -
getPermissionTypes
The permission types to add.- Returns:
- permissionTypes
-
setPermissionTypes
-
equals
-
hashCode
public int hashCode() -
toString
-