public class ReportRootGetEmailActivityCountsRequestBuilder extends BaseFunctionRequestBuilder implements IReportRootGetEmailActivityCountsRequestBuilder
functionOptions
Constructor and Description |
---|
ReportRootGetEmailActivityCountsRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String period)
The request builder for this ReportRootGetEmailActivityCounts
|
Modifier and Type | Method and Description |
---|---|
IReportRootGetEmailActivityCountsRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IReportRootGetEmailActivityCountsRequest with specific requestOptions instead of the existing requestOptions
|
IReportRootGetEmailActivityCountsRequest |
buildRequest(Option... requestOptions)
Creates the IReportRootGetEmailActivityCountsRequest
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public ReportRootGetEmailActivityCountsRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions, java.lang.String period)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestperiod
- the periodpublic IReportRootGetEmailActivityCountsRequest buildRequest(Option... requestOptions)
buildRequest
in interface IReportRootGetEmailActivityCountsRequestBuilder
requestOptions
- the options for the requestpublic IReportRootGetEmailActivityCountsRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IReportRootGetEmailActivityCountsRequestBuilder
requestOptions
- the options for the request