public interface IAlertRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IAlertRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IAlertRequest |
buildRequest(Option... requestOptions)
Creates the request
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIAlertRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIAlertRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this request