public class UserReminderViewCollectionRequestBuilder extends BaseFunctionRequestBuilder implements IUserReminderViewCollectionRequestBuilder
functionOptions| Constructor and Description |
|---|
UserReminderViewCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String startDateTime,
java.lang.String endDateTime)
The request builder for this collection of User
|
| Modifier and Type | Method and Description |
|---|---|
IUserReminderViewCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IUserReminderViewCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic UserReminderViewCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String startDateTime,
java.lang.String endDateTime)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requeststartDateTime - the startDateTimeendDateTime - the endDateTimepublic IUserReminderViewCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IUserReminderViewCollectionRequestBuilderrequestOptions - the options for this requestpublic IUserReminderViewCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IUserReminderViewCollectionRequestBuilderrequestOptions - the options for this request