Class BatchCharcFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

public class BatchCharcFluentHelper extends FluentHelperRead<BatchCharcFluentHelper,BatchCharc,BatchCharcSelectable>
Fluent helper to fetch multiple BatchCharc entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • BatchCharcFluentHelper

      public BatchCharcFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection)
      Creates a fluent helper using the specified service path and entity collection to send the read requests.
      Parameters:
      entityCollection - The entity collection to direct the requests to.
      servicePath - The service path to direct the read requests to.
  • Method Details