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 Details

  • Constructor Details

    • RedeploymentDto

      public RedeploymentDto()
  • Method Details

    • resourceIds

      public RedeploymentDto resourceIds(List<String> resourceIds)
    • addResourceIdsItem

      public RedeploymentDto addResourceIdsItem(String resourceIdsItem)
    • getResourceIds

      @Nullable public List<String> getResourceIds()
      A list of deployment resource ids to re-deploy.
      Returns:
      resourceIds
    • getResourceIds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getResourceIds_JsonNullable()
    • setResourceIds_JsonNullable

      public void setResourceIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> resourceIds)
    • setResourceIds

      public void setResourceIds(List<String> resourceIds)
    • resourceNames

      public RedeploymentDto resourceNames(List<String> resourceNames)
    • addResourceNamesItem

      public RedeploymentDto addResourceNamesItem(String resourceNamesItem)
    • getResourceNames

      @Nullable public List<String> getResourceNames()
      A list of deployment resource names to re-deploy.
      Returns:
      resourceNames
    • getResourceNames_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getResourceNames_JsonNullable()
    • setResourceNames_JsonNullable

      public void setResourceNames_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> resourceNames)
    • setResourceNames

      public void setResourceNames(List<String> resourceNames)
    • source

      public RedeploymentDto source(String source)
    • getSource

      @Nullable public String getSource()
      Sets the source of the deployment.
      Returns:
      source
    • getSource_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getSource_JsonNullable()
    • setSource_JsonNullable

      public void setSource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> source)
    • setSource

      public void setSource(String source)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string