Class BatchRequest

All Implemented Interfaces:
IHttpRequest

public class BatchRequest extends BaseRequest<BatchResponseContent>
Request for batch requests
  • Constructor Details

    • BatchRequest

      public BatchRequest(@Nonnull String requestUrl, @Nonnull IBaseClient<?> client, @Nonnull List<? extends Option> options)
      Instantiates a new batch request
      Parameters:
      requestUrl - the URL to send the request to
      client - the client to use to execute the request
      options - the options to apply to the request
  • Method Details