public class BaseCreateLinkRequestBuilder extends BaseRequestBuilder
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
mType |
| Constructor and Description |
|---|
BaseCreateLinkRequestBuilder(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options,
java.lang.String type)
The request builder for this CreateLink
|
| Modifier and Type | Method and Description |
|---|---|
ICreateLinkRequest |
buildRequest() |
ICreateLinkRequest |
buildRequest(java.util.List<Option> options) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic BaseCreateLinkRequestBuilder(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options,
java.lang.String type)
requestUrl - The request urlclient - The service clientoptions - The options for this requestpublic ICreateLinkRequest buildRequest()
public ICreateLinkRequest buildRequest(java.util.List<Option> options)