Class AppResponse


  • public abstract class AppResponse
    extends Object
    • Constructor Detail

      • AppResponse

        public AppResponse()
    • Method Detail

      • getId

        public abstract String getId()
      • getName

        public abstract String getName()
      • getLabel

        public abstract String getLabel()
      • getDescription

        public abstract String getDescription()
      • getIsActive

        public abstract boolean getIsActive()
      • getIncludeMenuAndFooter

        public abstract boolean getIncludeMenuAndFooter()
      • getTemplateContent

        public abstract String getTemplateContent()
      • getVersion

        public abstract String getVersion()
      • getResourceFolder

        public abstract String getResourceFolder()
      • getAppConfig

        @Nullable
        @CheckForNull
        public abstract String getAppConfig()