Uses of Enum
io.camunda.zeebe.protocol.record.value.AuthorizationResourceType
Packages that use AuthorizationResourceType
-
Uses of AuthorizationResourceType in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return AuthorizationResourceTypeModifier and TypeMethodDescriptionAuthorizationRecordValue.getResourceType()ImmutableAuthorizationRecordValue.getResourceType()static AuthorizationResourceTypeReturns the enum constant of this type with the specified name.static AuthorizationResourceType[]AuthorizationResourceType.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 AuthorizationResourceTypeModifier and TypeMethodDescriptionImmutableAuthorizationRecordValue.Builder.withResourceType(AuthorizationResourceType resourceType) Initializes the value for theresourceTypeattribute.ImmutableAuthorizationRecordValue.withResourceType(AuthorizationResourceType value) Copy the current immutable object by setting a value for theresourceTypeattribute.