Class PartialBucket

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    IconizedBucket

    public class PartialBucket
    extends NamedBucket
    implements java.io.Serializable
    A named bucket which is partially loaded/resolved. This bucket type allow an asynchronous loading <p>Java class for PartialBucket complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PartialBucket"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/search}NamedBucket"&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Constructor Detail

      • PartialBucket

        public PartialBucket()
        Default no-arg constructor abc
      • PartialBucket

        public PartialBucket​(SearchRequest request,
                             long count,
                             java.util.List<Bucket> children,
                             java.lang.String name)
        Fully-initialising value constructor