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