Class DataQuery.Builder

All Implemented Interfaces:
Prototype.Builder<DataQuery.Builder, DataQuery>, Builder<DataQuery.Builder, DataQuery>, Supplier<DataQuery>
Enclosing interface:
DataQuery

public static class DataQuery.Builder extends DataQuery.BuilderBase<DataQuery.Builder, DataQuery> implements Builder<DataQuery.Builder, DataQuery>
Fluent API builder for DataQuery.
  • Method Details

    • buildPrototype

      public DataQuery buildPrototype()
      Create an instance of the prototype. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.
      Specified by:
      buildPrototype in interface Prototype.Builder<DataQuery.Builder, DataQuery>
      Returns:
      an instance of the setup object created from this builder
    • build

      public DataQuery build()
      Create an instance from this builder. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.
      Specified by:
      build in interface Builder<DataQuery.Builder, DataQuery>
      Returns:
      instance of the built type