Uses of Class
io.camunda.zeebe.protocol.record.value.deployment.ImmutableFormMetadataValue
Packages that use ImmutableFormMetadataValue
-
Uses of ImmutableFormMetadataValue in io.camunda.zeebe.protocol.record.value.deployment
Methods in io.camunda.zeebe.protocol.record.value.deployment that return ImmutableFormMetadataValueModifier and TypeMethodDescriptionImmutableFormMetadataValue.Builder.build()Builds a newImmutableFormMetadataValue.static ImmutableFormMetadataValueImmutableFormMetadataValue.copyOf(FormMetadataValue instance) Creates an immutable copy of aFormMetadataValuevalue.ImmutableFormMetadataValue.withChecksum(byte... elements) Copy the current immutable object with elements that replace the content ofchecksum.ImmutableFormMetadataValue.withDeploymentKey(long value) Copy the current immutable object by setting a value for thedeploymentKeyattribute.ImmutableFormMetadataValue.withDuplicate(boolean value) Copy the current immutable object by setting a value for theduplicateattribute.ImmutableFormMetadataValue.withFormId(String value) Copy the current immutable object by setting a value for theformIdattribute.ImmutableFormMetadataValue.withFormKey(long value) Copy the current immutable object by setting a value for theformKeyattribute.ImmutableFormMetadataValue.withResourceName(String value) Copy the current immutable object by setting a value for theresourceNameattribute.ImmutableFormMetadataValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.ImmutableFormMetadataValue.withVersion(int value) Copy the current immutable object by setting a value for theversionattribute.ImmutableFormMetadataValue.withVersionTag(String value) Copy the current immutable object by setting a value for theversionTagattribute.