GetRequest<TServiceObject extends ServiceObject, TResponse extends ServiceResponse> constructor

GetRequest<TServiceObject extends ServiceObject, TResponse extends ServiceResponse>(
  1. ExchangeService service,
  2. ServiceErrorHandling errorHandlingMode
)
Initializes a new instance of the The service. Indicates how errors should be handled.

Implementation

GetRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
    : super(service, errorHandlingMode) {}