Uses of Enum
io.camunda.zeebe.client.protocol.rest.AuthorizationPatchRequest.ResourceTypeEnum
Packages that use AuthorizationPatchRequest.ResourceTypeEnum
Package
Description
-
Uses of AuthorizationPatchRequest.ResourceTypeEnum in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command with parameters of type AuthorizationPatchRequest.ResourceTypeEnumModifier and TypeMethodDescriptionAddPermissionsCommandStep1.resourceType(AuthorizationPatchRequest.ResourceTypeEnum resourceType) Sets the resource type for which the permissions should be added. -
Uses of AuthorizationPatchRequest.ResourceTypeEnum in io.camunda.zeebe.client.impl.command
Methods in io.camunda.zeebe.client.impl.command with parameters of type AuthorizationPatchRequest.ResourceTypeEnumModifier and TypeMethodDescriptionAddPermissionsCommandImpl.resourceType(AuthorizationPatchRequest.ResourceTypeEnum resourceType) -
Uses of AuthorizationPatchRequest.ResourceTypeEnum in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return AuthorizationPatchRequest.ResourceTypeEnumModifier and TypeMethodDescriptionAuthorizationPatchRequest.getResourceType()The type of resource to add/remove perissions to/from.Returns the enum constant of this type with the specified name.AuthorizationPatchRequest.ResourceTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.client.protocol.rest with parameters of type AuthorizationPatchRequest.ResourceTypeEnumModifier and TypeMethodDescriptionAuthorizationPatchRequest.resourceType(AuthorizationPatchRequest.ResourceTypeEnum resourceType) voidAuthorizationPatchRequest.setResourceType(AuthorizationPatchRequest.ResourceTypeEnum resourceType)