Uses of Class
com.sparkpost.resources.Endpoint
| Package | Description |
|---|---|
| com.sparkpost.model | |
| com.sparkpost.resources | |
| com.sparkpost.transport |
-
Uses of Endpoint in com.sparkpost.model
Methods in com.sparkpost.model with parameters of type Endpoint Modifier and Type Method Description voidMessageEventsQueryBuilder. buildQuery(Endpoint endpoint) -
Uses of Endpoint in com.sparkpost.resources
Methods in com.sparkpost.resources that return Endpoint Modifier and Type Method Description EndpointEndpoint. addCommonParams(String from, String to, String domains, String campaigns, String templates, String metrics, String timezone, String limit, String orderBy)EndpointEndpoint. addParam(String name, Boolean value)EndpointEndpoint. addParam(String name, Integer value)EndpointEndpoint. addParam(String name, String val) -
Uses of Endpoint in com.sparkpost.transport
Methods in com.sparkpost.transport with parameters of type Endpoint Modifier and Type Method Description ResponseIRestConnection. delete(Endpoint endpoint)Perform an HTTP DELETE request.ResponseRestConnection. delete(Endpoint endpoint)ResponseIRestConnection. get(Endpoint endpoint)Perform an HTTP GET request.ResponseRestConnection. get(Endpoint endpoint)ResponseIRestConnection. post(Endpoint endpoint, String json)Perform an HTTP POST request.ResponseRestConnection. post(Endpoint endpoint, String json)ResponseIRestConnection. put(Endpoint endpoint, String json)Perform an HTTP PUT request.ResponseRestConnection. put(Endpoint endpoint, String json)