Uses of Class
io.camunda.zeebe.protocol.record.value.deployment.ImmutableFormMetadataValue.Builder
Packages that use ImmutableFormMetadataValue.Builder
Package
Description
-
Uses of ImmutableFormMetadataValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableFormMetadataValue.BuilderModifier and TypeMethodDescriptionImmutableDeploymentRecordValue.Builder.addFormMetadataBuilder()Adds a new builder to theformMetadatalist and returns the builder.Methods in io.camunda.zeebe.protocol.record.value that return types with arguments of type ImmutableFormMetadataValue.BuilderModifier and TypeMethodDescriptionImmutableDeploymentRecordValue.Builder.formMetadataBuilders()Gets the builder elements toformMetadatalist.Methods in io.camunda.zeebe.protocol.record.value with parameters of type ImmutableFormMetadataValue.BuilderModifier and TypeMethodDescriptionImmutableDeploymentRecordValue.Builder.addAllFormMetadataBuilders(ImmutableFormMetadataValue.Builder... elements) Adds elements toformMetadatalist.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type ImmutableFormMetadataValue.BuilderModifier and TypeMethodDescriptionImmutableDeploymentRecordValue.Builder.addAllFormMetadataBuilders(Iterable<ImmutableFormMetadataValue.Builder> elements) Adds elements toformMetadatalist. -
Uses of ImmutableFormMetadataValue.Builder in io.camunda.zeebe.protocol.record.value.deployment
Methods in io.camunda.zeebe.protocol.record.value.deployment that return ImmutableFormMetadataValue.BuilderModifier and TypeMethodDescriptionImmutableFormMetadataValue.builder()Creates a builder forImmutableFormMetadataValue.ImmutableFormMetadataValue.Builder.clear()Clear the builder to the initial state.ImmutableFormMetadataValue.Builder.from(FormMetadataValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.deployment.FormMetadataValueinstance.ImmutableFormMetadataValue.Builder.from(TenantOwned instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.TenantOwnedinstance.ImmutableFormMetadataValue.Builder.withChecksum(byte... checksum) Initializes the value for thechecksumattribute.ImmutableFormMetadataValue.Builder.withDeploymentKey(long deploymentKey) Initializes the value for thedeploymentKeyattribute.ImmutableFormMetadataValue.Builder.withDuplicate(boolean duplicate) Initializes the value for theduplicateattribute.ImmutableFormMetadataValue.Builder.withFormId(String formId) Initializes the value for theformIdattribute.ImmutableFormMetadataValue.Builder.withFormKey(long formKey) Initializes the value for theformKeyattribute.ImmutableFormMetadataValue.Builder.withResourceName(String resourceName) Initializes the value for theresourceNameattribute.ImmutableFormMetadataValue.Builder.withTenantId(String tenantId) Initializes the value for thetenantIdattribute.ImmutableFormMetadataValue.Builder.withVersion(int version) Initializes the value for theversionattribute.ImmutableFormMetadataValue.Builder.withVersionTag(String versionTag) Initializes the value for theversionTagattribute.