public class BaseShareRequestBuilder extends BaseRequestBuilder implements IBaseShareRequestBuilder
| Constructor and Description |
|---|
BaseShareRequestBuilder(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options)
The request builder for the Share
|
| Modifier and Type | Method and Description |
|---|---|
IShareRequest |
buildRequest()
Creates the request
|
IShareRequest |
buildRequest(java.util.List<Option> options)
Creates the request with specific options instead of the existing options
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic BaseShareRequestBuilder(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options)
requestUrl - The request urlclient - The service clientoptions - The options for this requestpublic IShareRequest buildRequest()
buildRequest in interface IBaseShareRequestBuilderpublic IShareRequest buildRequest(java.util.List<Option> options)
buildRequest in interface IBaseShareRequestBuilder