Uses of Enum
io.camunda.client.protocol.rest.ResourceTypeEnum
Packages that use ResourceTypeEnum
-
Uses of ResourceTypeEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ResourceTypeEnumModifier and TypeMethodDescriptionstatic ResourceTypeEnumAuthorizationFilter.getResourceType()The type of resource to search permissions for.AuthorizationRequest.getResourceType()The type of resource to add permissions to.AuthorizationResult.getResourceType()The type of resource that owner have permissions.static ResourceTypeEnumReturns the enum constant of this type with the specified name.static ResourceTypeEnum[]ResourceTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest with parameters of type ResourceTypeEnumModifier and TypeMethodDescriptionAuthorizationFilter.resourceType(ResourceTypeEnum resourceType) AuthorizationRequest.resourceType(ResourceTypeEnum resourceType) AuthorizationResult.resourceType(ResourceTypeEnum resourceType) voidAuthorizationFilter.setResourceType(ResourceTypeEnum resourceType) voidAuthorizationRequest.setResourceType(ResourceTypeEnum resourceType) voidAuthorizationResult.setResourceType(ResourceTypeEnum resourceType) -
Uses of ResourceTypeEnum in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command with parameters of type ResourceTypeEnumModifier and TypeMethodDescriptionAddPermissionsCommandStep1.resourceType(ResourceTypeEnum resourceType) Deprecated.Sets the resource type for which the permissions should be added.