public class AlertCollectionRequestBuilder extends BaseRequestBuilder implements IAlertCollectionRequestBuilder
| Constructor and Description |
|---|
AlertCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Security
|
| Modifier and Type | Method and Description |
|---|---|
IAlertCollectionRequest |
buildRequest() |
IAlertCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
IAlertRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic AlertCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IAlertCollectionRequest buildRequest()
buildRequest in interface IAlertCollectionRequestBuilderpublic IAlertCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IAlertCollectionRequestBuilderpublic IAlertRequestBuilder byId(java.lang.String id)
byId in interface IAlertCollectionRequestBuilder