Uses of Enum
io.camunda.client.protocol.rest.OwnerTypeEnum
Packages that use OwnerTypeEnum
-
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)