Uses of Class
io.camunda.zeebe.client.protocol.rest.DeploymentMetadata
Packages that use DeploymentMetadata
-
Uses of DeploymentMetadata in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return DeploymentMetadataModifier and TypeMethodDescriptionDeploymentMetadata.decisionDefinition(DeploymentDecision decisionDefinition) DeploymentMetadata.decisionRequirements(DeploymentDecisionRequirements decisionRequirements) DeploymentMetadata.form(DeploymentForm form) DeploymentMetadata.processDefinition(DeploymentProcess processDefinition) Methods in io.camunda.zeebe.client.protocol.rest that return types with arguments of type DeploymentMetadataMethods in io.camunda.zeebe.client.protocol.rest with parameters of type DeploymentMetadataModifier and TypeMethodDescriptionDeploymentResponse.addDeploymentsItem(DeploymentMetadata deploymentsItem) Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type DeploymentMetadataModifier and TypeMethodDescriptionDeploymentResponse.deployments(List<DeploymentMetadata> deployments) voidDeploymentResponse.setDeployments(List<DeploymentMetadata> deployments)