Class SourceConfig

    • Method Detail

      • isFilter

        public boolean isFilter()
        Is this variant instance of kind filter?
      • filter

        public SourceFilter filter()
        Get the filter variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the filter kind.
      • isFetch

        public boolean isFetch()
        Is this variant instance of kind fetch?
      • fetch

        public java.lang.Boolean fetch()
        Get the fetch variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the fetch kind.