Class RedeploymentDto
java.lang.Object
org.camunda.community.rest.client.dto.RedeploymentDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class RedeploymentDto
extends Object
A JSON object with the following properties:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResourceIdsItem(String resourceIdsItem) addResourceNamesItem(String resourceNamesItem) booleanA list of deployment resource ids to re-deploy.A list of deployment resource names to re-deploy.Sets the source of the deployment.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()resourceIds(List<String> resourceIds) resourceNames(List<String> resourceNames) voidsetResourceIds(List<String> resourceIds) voidsetResourceIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> resourceIds) voidsetResourceNames(List<String> resourceNames) voidsetResourceNames_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> resourceNames) voidvoidsetSource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> source) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RESOURCE_IDS
- See Also:
-
JSON_PROPERTY_RESOURCE_NAMES
- See Also:
-
JSON_PROPERTY_SOURCE
- See Also:
-
-
Constructor Details
-
RedeploymentDto
public RedeploymentDto()
-
-
Method Details
-
resourceIds
-
addResourceIdsItem
-
getResourceIds
A list of deployment resource ids to re-deploy.- Returns:
- resourceIds
-
getResourceIds_JsonNullable
-
setResourceIds_JsonNullable
-
setResourceIds
-
resourceNames
-
addResourceNamesItem
-
getResourceNames
A list of deployment resource names to re-deploy.- Returns:
- resourceNames
-
getResourceNames_JsonNullable
-
setResourceNames_JsonNullable
-
setResourceNames
-
source
-
getSource
Sets the source of the deployment.- Returns:
- source
-
getSource_JsonNullable
-
setSource_JsonNullable
-
setSource
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-