| Package | Description |
|---|---|
| com.neverbounce.api.internal | |
| com.neverbounce.api.model |
| Modifier and Type | Method and Description |
|---|---|
<R extends Response> |
HttpClientImpl.getForObject(String path,
Request<R> request,
Class<R> responseClass) |
<R extends Response> |
HttpClient.getForObject(String path,
Request<R> request,
Class<R> responseClass) |
<R extends Response> |
HttpClientImpl.postForObject(String path,
Request<R> request,
Class<R> responseClass) |
<R extends Response> |
HttpClient.postForObject(String path,
Request<R> request,
Class<R> responseClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountInfoRequest
Account endpoints allow to programmatically check your account's balance and how many jobs are
currently running on your account.
|
class |
JobsCreateRequest<T>
The jobs create endpoint allows you create verify multiple emails together, the same way you
would verify lists in the dashboard.
|
class |
JobsCreateWithRemoteUrlRequest
Using a remote URL allows you to host the file and provide us with a direct link to it.
|
class |
JobsCreateWithSuppliedJsonRequest
Supplying the data directly gives you the option to dynamically create email lists on the fly
rather than having to write to a file.
|
class |
JobsDeleteRequest
The job and its results cannot be recovered once the job has been deleted.
|
class |
JobsParseRequest
This endpoint allows you to parse a job created with
auto_parse disabled. |
class |
JobsResultsRequest
https://developers.neverbounce.com/v4.0/reference#jobs-results
|
class |
JobsSearchRequest |
class |
JobsStartRequest
This endpoint allows you to start a job created or parsed with auto_start disabled.
|
class |
JobsStatusRequest
Job status will indicate what stage the job is currently in.
|
class |
SingleCheckRequest
Single verification allows you verify individual emails and gather additional information
pertaining to the email.
|
Copyright © 2017 Metrics Delivered LLC.. All rights reserved.