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() |
IUserReminderViewCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
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()
buildRequest in interface IUserReminderViewCollectionRequestBuilderpublic IUserReminderViewCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IUserReminderViewCollectionRequestBuilder