Class ConfigurationController.DeleteContentTypeRequest

java.lang.Object
org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
Enclosing class:
ConfigurationController

protected static class ConfigurationController.DeleteContentTypeRequest extends Object
  • Field Details

    • siteId

      protected String siteId
    • contentType

      protected String contentType
    • deleteDependencies

      protected boolean deleteDependencies
  • Constructor Details

    • DeleteContentTypeRequest

      protected DeleteContentTypeRequest()
  • Method Details

    • getSiteId

      public String getSiteId()
    • setSiteId

      public void setSiteId(String siteId)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • isDeleteDependencies

      public boolean isDeleteDependencies()
    • setDeleteDependencies

      public void setDeleteDependencies(boolean deleteDependencies)