public class ScheduleShareRequestBuilder extends BaseActionRequestBuilder implements IScheduleShareRequestBuilder
bodyParams| Constructor and Description |
|---|
ScheduleShareRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Boolean notifyTeam,
java.util.Calendar startDateTime,
java.util.Calendar endDateTime)
The request builder for this ScheduleShare
|
| Modifier and Type | Method and Description |
|---|---|
IScheduleShareRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IScheduleShareRequest with specific requestOptions instead of the existing requestOptions
|
IScheduleShareRequest |
buildRequest(Option... requestOptions)
Creates the IScheduleShareRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ScheduleShareRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Boolean notifyTeam,
java.util.Calendar startDateTime,
java.util.Calendar endDateTime)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnotifyTeam - the notifyTeamstartDateTime - the startDateTimeendDateTime - the endDateTimepublic IScheduleShareRequest buildRequest(Option... requestOptions)
buildRequest in interface IScheduleShareRequestBuilderrequestOptions - the options for the requestpublic IScheduleShareRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IScheduleShareRequestBuilderrequestOptions - the options for the request