Package io.camunda.client.protocol.rest
Class DeploymentResponse
java.lang.Object
io.camunda.client.protocol.rest.DeploymentResponse
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class DeploymentResponse
extends Object
Deprecated.
DeploymentResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDeploymentsItem(DeploymentMetadata deploymentsItem) Deprecated.deploymentKey(Long deploymentKey) Deprecated.deployments(List<DeploymentMetadata> deployments) Deprecated.booleanDeprecated.Deprecated.The unique key identifying the deployment.Deprecated.Items deployed by the request.Deprecated.The tenant ID associated with the deployment.inthashCode()Deprecated.voidsetDeploymentKey(Long deploymentKey) Deprecated.voidsetDeployments(List<DeploymentMetadata> deployments) Deprecated.voidsetTenantId(String tenantId) Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DEPLOYMENT_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_DEPLOYMENTS
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
DeploymentResponse
public DeploymentResponse()Deprecated.
-
-
Method Details
-
deploymentKey
Deprecated. -
getDeploymentKey
Deprecated.The unique key identifying the deployment.- Returns:
- deploymentKey
-
setDeploymentKey
Deprecated. -
deployments
Deprecated. -
addDeploymentsItem
Deprecated. -
getDeployments
Deprecated.Items deployed by the request.- Returns:
- deployments
-
setDeployments
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID associated with the deployment.- Returns:
- tenantId
-
setTenantId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-