public class DriveItemCheckinRequestBuilder extends BaseActionRequestBuilder implements IDriveItemCheckinRequestBuilder
bodyParams| Constructor and Description |
|---|
DriveItemCheckinRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String checkInAs,
java.lang.String comment)
The request builder for this DriveItemCheckin
|
| Modifier and Type | Method and Description |
|---|---|
IDriveItemCheckinRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IDriveItemCheckinRequest with specific requestOptions instead of the existing requestOptions
|
IDriveItemCheckinRequest |
buildRequest(Option... requestOptions)
Creates the IDriveItemCheckinRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DriveItemCheckinRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String checkInAs,
java.lang.String comment)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcheckInAs - the checkInAscomment - the commentpublic IDriveItemCheckinRequest buildRequest(Option... requestOptions)
buildRequest in interface IDriveItemCheckinRequestBuilderrequestOptions - the options for the requestpublic IDriveItemCheckinRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveItemCheckinRequestBuilderrequestOptions - the options for the request