Uses of Enum
io.camunda.zeebe.protocol.record.value.AuthorizationOwnerType
Packages that use AuthorizationOwnerType
-
Uses of AuthorizationOwnerType in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return AuthorizationOwnerTypeModifier and TypeMethodDescriptionAuthorizationRecordValue.getOwnerType()ImmutableAuthorizationRecordValue.getOwnerType()static AuthorizationOwnerTypeReturns the enum constant of this type with the specified name.static AuthorizationOwnerType[]AuthorizationOwnerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.protocol.record.value with parameters of type AuthorizationOwnerTypeModifier and TypeMethodDescriptionImmutableAuthorizationRecordValue.Builder.withOwnerType(AuthorizationOwnerType ownerType) Initializes the value for theownerTypeattribute.ImmutableAuthorizationRecordValue.withOwnerType(AuthorizationOwnerType value) Copy the current immutable object by setting a value for theownerTypeattribute.