public class BaseShareCollectionRequest extends BaseCollectionRequest<BaseShareCollectionResponse,IShareCollectionPage> implements IBaseShareCollectionRequest
| Constructor and Description |
|---|
BaseShareCollectionRequest(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options)
The request builder for this collection of Share
|
| Modifier and Type | Method and Description |
|---|---|
IShareCollectionPage |
buildFromResponse(BaseShareCollectionResponse response) |
IShareCollectionRequest |
expand(java.lang.String value) |
IShareCollectionRequest |
select(java.lang.String value) |
IShareCollectionRequest |
top(int value) |
addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getHeaders, getHttpMethod, getOptions, getRequestUrl, sendpublic BaseShareCollectionRequest(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options)
requestUrl - The request urlclient - The service clientoptions - The options for this requestpublic IShareCollectionRequest expand(java.lang.String value)
expand in interface IBaseShareCollectionRequestpublic IShareCollectionRequest select(java.lang.String value)
select in interface IBaseShareCollectionRequestpublic IShareCollectionRequest top(int value)
top in interface IBaseShareCollectionRequestpublic IShareCollectionPage buildFromResponse(BaseShareCollectionResponse response)