execute method

Future<Page<EffectResponse>> execute ()

Build and execute request.

Implementation

Future<Page<EffectResponse>> execute() {
  return EffectsRequestBuilder.requestExecute(
      this.httpClient, this.buildUri());
}