Class DeploymentResourceResponse

java.lang.Object
org.flowable.rest.service.api.repository.DeploymentResourceResponse

public class DeploymentResourceResponse extends Object
Author:
Frederik Heremans
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • setUrl

      public void setUrl(String url)
    • getUrl

      public String getUrl()
    • setContentUrl

      public void setContentUrl(String contentUrl)
    • getContentUrl

      public String getContentUrl()
    • setMediaType

      public void setMediaType(String mimeType)
    • getMediaType

      public String getMediaType()
    • setType

      public void setType(String type)
    • getType

      public String getType()