Uses of Enum
io.camunda.client.api.search.enums.ResourceType
Packages that use ResourceType
Package
Description
-
Uses of ResourceType in io.camunda.client.api.command
Methods in io.camunda.client.api.command with parameters of type ResourceTypeModifier and TypeMethodDescriptionCreateAuthorizationCommandStep1.CreateAuthorizationCommandStep4.resourceType(ResourceType resourceType) Sets the resource type for the authorization.UpdateAuthorizationCommandStep1.UpdateAuthorizationCommandStep4.resourceType(ResourceType resourceType) Sets the resource type for the authorization. -
Uses of ResourceType in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeReturns the enum constant of this type with the specified name.static ResourceType[]ResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResourceType in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command with parameters of type ResourceTypeModifier and TypeMethodDescriptionCreateAuthorizationCommandImpl.resourceType(ResourceType resourceType) UpdateAuthorizationCommandImpl.resourceType(ResourceType resourceType)