public class ScheduleChangeRequestDeclineRequestBuilder extends BaseActionRequestBuilder implements IScheduleChangeRequestDeclineRequestBuilder
bodyParams| Constructor and Description |
|---|
ScheduleChangeRequestDeclineRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String message)
The request builder for this ScheduleChangeRequestDecline
|
| Modifier and Type | Method and Description |
|---|---|
IScheduleChangeRequestDeclineRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IScheduleChangeRequestDeclineRequest with specific requestOptions instead of the existing requestOptions
|
IScheduleChangeRequestDeclineRequest |
buildRequest(Option... requestOptions)
Creates the IScheduleChangeRequestDeclineRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ScheduleChangeRequestDeclineRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String message)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestmessage - the messagepublic IScheduleChangeRequestDeclineRequest buildRequest(Option... requestOptions)
buildRequest in interface IScheduleChangeRequestDeclineRequestBuilderrequestOptions - the options for the requestpublic IScheduleChangeRequestDeclineRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IScheduleChangeRequestDeclineRequestBuilderrequestOptions - the options for the request