Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableDeploymentRecordValue
Packages that use ImmutableDeploymentRecordValue
-
Uses of ImmutableDeploymentRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableDeploymentRecordValueModifier and TypeMethodDescriptionImmutableDeploymentRecordValue.Builder.build()Builds a newImmutableDeploymentRecordValue.ImmutableDeploymentRecordValue.copyOf(DeploymentRecordValue instance) Creates an immutable copy of aDeploymentRecordValuevalue.ImmutableDeploymentRecordValue.withDecisionRequirementsMetadata(DecisionRequirementsMetadataValue... elements) Copy the current immutable object with elements that replace the content ofdecisionRequirementsMetadata.ImmutableDeploymentRecordValue.withDecisionRequirementsMetadata(Iterable<? extends DecisionRequirementsMetadataValue> elements) Copy the current immutable object with elements that replace the content ofdecisionRequirementsMetadata.ImmutableDeploymentRecordValue.withDecisionsMetadata(DecisionRecordValue... elements) Copy the current immutable object with elements that replace the content ofdecisionsMetadata.ImmutableDeploymentRecordValue.withDecisionsMetadata(Iterable<? extends DecisionRecordValue> elements) Copy the current immutable object with elements that replace the content ofdecisionsMetadata.ImmutableDeploymentRecordValue.withProcessesMetadata(ProcessMetadataValue... elements) Copy the current immutable object with elements that replace the content ofprocessesMetadata.ImmutableDeploymentRecordValue.withProcessesMetadata(Iterable<? extends ProcessMetadataValue> elements) Copy the current immutable object with elements that replace the content ofprocessesMetadata.ImmutableDeploymentRecordValue.withResources(DeploymentResource... elements) Copy the current immutable object with elements that replace the content ofresources.ImmutableDeploymentRecordValue.withResources(Iterable<? extends DeploymentResource> elements) Copy the current immutable object with elements that replace the content ofresources.