Uses of Class
io.camunda.zeebe.protocol.record.value.deployment.ImmutableForm
Packages that use ImmutableForm
-
Uses of ImmutableForm in io.camunda.zeebe.protocol.record.value.deployment
Methods in io.camunda.zeebe.protocol.record.value.deployment that return ImmutableFormModifier and TypeMethodDescriptionImmutableForm.Builder.build()Builds a newImmutableForm.static ImmutableFormCreates an immutable copy of aFormvalue.final ImmutableFormImmutableForm.withChecksum(byte... elements) Copy the current immutable object with elements that replace the content ofchecksum.final ImmutableFormImmutableForm.withDeploymentKey(long value) Copy the current immutable object by setting a value for thedeploymentKeyattribute.final ImmutableFormImmutableForm.withDuplicate(boolean value) Copy the current immutable object by setting a value for theduplicateattribute.final ImmutableFormImmutableForm.withFormId(String value) Copy the current immutable object by setting a value for theformIdattribute.final ImmutableFormImmutableForm.withFormKey(long value) Copy the current immutable object by setting a value for theformKeyattribute.final ImmutableFormImmutableForm.withResource(byte... elements) Copy the current immutable object with elements that replace the content ofresource.final ImmutableFormImmutableForm.withResourceName(String value) Copy the current immutable object by setting a value for theresourceNameattribute.final ImmutableFormImmutableForm.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.final ImmutableFormImmutableForm.withVersion(int value) Copy the current immutable object by setting a value for theversionattribute.final ImmutableFormImmutableForm.withVersionTag(String value) Copy the current immutable object by setting a value for theversionTagattribute.