Uses of Interface
io.camunda.zeebe.protocol.record.value.deployment.DeploymentResource
Packages that use DeploymentResource
Package
Description
-
Uses of DeploymentResource in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return types with arguments of type DeploymentResourceModifier and TypeMethodDescriptionDeploymentRecordValue.getResources()ImmutableDeploymentRecordValue.getResources()Methods in io.camunda.zeebe.protocol.record.value with parameters of type DeploymentResourceModifier and TypeMethodDescriptionImmutableDeploymentRecordValue.Builder.addResource(DeploymentResource element) Adds one element toresourceslist.ImmutableDeploymentRecordValue.Builder.addResources(DeploymentResource... elements) Adds elements toresourceslist.ImmutableDeploymentRecordValue.withResources(DeploymentResource... elements) Copy the current immutable object with elements that replace the content ofresources.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type DeploymentResourceModifier and TypeMethodDescriptionImmutableDeploymentRecordValue.Builder.addAllResources(Iterable<? extends DeploymentResource> elements) Adds elements toresourceslist.ImmutableDeploymentRecordValue.Builder.withResources(Iterable<? extends DeploymentResource> elements) Sets or replaces all elements forresourceslist.ImmutableDeploymentRecordValue.withResources(Iterable<? extends DeploymentResource> elements) Copy the current immutable object with elements that replace the content ofresources. -
Uses of DeploymentResource in io.camunda.zeebe.protocol.record.value.deployment
Classes in io.camunda.zeebe.protocol.record.value.deployment that implement DeploymentResourceMethods in io.camunda.zeebe.protocol.record.value.deployment with parameters of type DeploymentResourceModifier and TypeMethodDescriptionstatic ImmutableDeploymentResourceImmutableDeploymentResource.copyOf(DeploymentResource instance) Creates an immutable copy of aDeploymentResourcevalue.ImmutableDeploymentResource.Builder.from(DeploymentResource instance) Fill a builder with attribute values from the providedDeploymentResourceinstance.