Class PinnedQuery

    • Method Detail

      • organic

        public final Query organic()
        Required - API name: organic
      • isIds

        public boolean isIds()
        Is this variant instance of kind ids?
      • ids

        public java.util.List<java.lang.String> ids()
        Get the ids variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the ids kind.
      • isDocs

        public boolean isDocs()
        Is this variant instance of kind docs?
      • docs

        public java.util.List<PinnedDoc> docs()
        Get the docs variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the docs kind.