Uses of Enum
io.camunda.client.protocol.rest.OwnerTypeEnum
Packages that use OwnerTypeEnum
Package
Description
-
Uses of OwnerTypeEnum in io.camunda.client.api.command
Methods in io.camunda.client.api.command with parameters of type OwnerTypeEnumModifier and TypeMethodDescriptionCreateAuthorizationCommandStep1.CreateAuthorizationCommandStep2.ownerType(OwnerTypeEnum ownerType) Sets the ownerType of the permissions for the authorization.UpdateAuthorizationCommandStep1.UpdateAuthorizationCommandStep2.ownerType(OwnerTypeEnum ownerType) Sets the ownerType of the permissions for the authorization. -
Uses of OwnerTypeEnum in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command with parameters of type OwnerTypeEnumModifier and TypeMethodDescriptionCreateAuthorizationCommandImpl.ownerType(OwnerTypeEnum ownerType) UpdateAuthorizationCommandImpl.ownerType(OwnerTypeEnum ownerType) -
Uses of OwnerTypeEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return OwnerTypeEnumModifier and TypeMethodDescriptionstatic OwnerTypeEnumAuthorizationFilter.getOwnerType()The type of the owner of permissions.AuthorizationRequest.getOwnerType()The type of the owner of the permissions.AuthorizationResult.getOwnerType()The type of the owner of permissions.static OwnerTypeEnumReturns the enum constant of this type with the specified name.static OwnerTypeEnum[]OwnerTypeEnum.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 OwnerTypeEnumModifier and TypeMethodDescriptionAuthorizationFilter.ownerType(OwnerTypeEnum ownerType) AuthorizationRequest.ownerType(OwnerTypeEnum ownerType) AuthorizationResult.ownerType(OwnerTypeEnum ownerType) voidAuthorizationFilter.setOwnerType(OwnerTypeEnum ownerType) voidAuthorizationRequest.setOwnerType(OwnerTypeEnum ownerType) voidAuthorizationResult.setOwnerType(OwnerTypeEnum ownerType)