- clearBaseUri() - Method in class com.sendgrid.Request
-
- clearBody() - Method in class com.sendgrid.Request
-
- clearEndpoint() - Method in class com.sendgrid.Request
-
- clearHeaders() - Method in class com.sendgrid.Request
-
- clearMethod() - Method in class com.sendgrid.Request
-
- clearQueryParams() - Method in class com.sendgrid.Request
-
- Client - Class in com.sendgrid
-
Class Client allows for quick and easy access any REST or REST-like API.
- Client() - Constructor for class com.sendgrid.Client
-
Constructor for using the default CloseableHttpClient.
- Client(CloseableHttpClient) - Constructor for class com.sendgrid.Client
-
Constructor for passing in an httpClient, typically for mocking.
- Client(Boolean) - Constructor for class com.sendgrid.Client
-
Constructor for passing in a test parameter to allow for http calls.
- Client(CloseableHttpClient, Boolean) - Constructor for class com.sendgrid.Client
-
Constructor for passing in an httpClient and test parameter to allow for http calls.
- close() - Method in class com.sendgrid.Client
-
Closes the http client.
- com.sendgrid - package com.sendgrid
-