public class DriveItemCreateLinkRequestBuilder extends BaseActionRequestBuilder implements IDriveItemCreateLinkRequestBuilder
bodyParams| Constructor and Description |
|---|
DriveItemCreateLinkRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String type,
java.lang.String scope,
java.util.Calendar expirationDateTime,
java.lang.String password,
java.lang.String message)
The request builder for this DriveItemCreateLink
|
| Modifier and Type | Method and Description |
|---|---|
IDriveItemCreateLinkRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IDriveItemCreateLinkRequest with specific requestOptions instead of the existing requestOptions
|
IDriveItemCreateLinkRequest |
buildRequest(Option... requestOptions)
Creates the IDriveItemCreateLinkRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DriveItemCreateLinkRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String type,
java.lang.String scope,
java.util.Calendar expirationDateTime,
java.lang.String password,
java.lang.String message)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttype - the typescope - the scopeexpirationDateTime - the expirationDateTimepassword - the passwordmessage - the messagepublic IDriveItemCreateLinkRequest buildRequest(Option... requestOptions)
buildRequest in interface IDriveItemCreateLinkRequestBuilderrequestOptions - the options for the requestpublic IDriveItemCreateLinkRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveItemCreateLinkRequestBuilderrequestOptions - the options for the request