Class ConfigurationController.DeleteContentTypeRequest

    • Field Detail

      • siteId

        @NotEmpty
        protected @NotEmpty String siteId
      • contentType

        @NotEmpty
        protected @NotEmpty String contentType
      • deleteDependencies

        protected boolean deleteDependencies
    • Constructor Detail

      • DeleteContentTypeRequest

        protected DeleteContentTypeRequest()
    • Method Detail

      • 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)