public class DriveItemInviteCollectionRequest extends BaseCollectionRequest<DriveItemInviteCollectionResponse,IDriveItemInviteCollectionPage> implements IDriveItemInviteCollectionRequest
| Modifier and Type | Field and Description |
|---|---|
protected DriveItemInviteBody |
body |
| Constructor and Description |
|---|
DriveItemInviteCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this DriveItemInvite
|
| Modifier and Type | Method and Description |
|---|---|
IDriveItemInviteCollectionPage |
buildFromResponse(DriveItemInviteCollectionResponse response) |
IDriveItemInviteCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveItemInviteCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDriveItemInviteCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IDriveItemInviteCollectionPage |
post() |
void |
post(ICallback<? super IDriveItemInviteCollectionPage> callback) |
IDriveItemInviteCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemInviteCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodprotected final DriveItemInviteBody body
public DriveItemInviteCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(ICallback<? super IDriveItemInviteCollectionPage> callback)
post in interface IDriveItemInviteCollectionRequestpublic IDriveItemInviteCollectionPage post() throws ClientException
post in interface IDriveItemInviteCollectionRequestClientExceptionpublic IDriveItemInviteCollectionPage buildFromResponse(DriveItemInviteCollectionResponse response)
public IDriveItemInviteCollectionRequest select(java.lang.String value)
select in interface IDriveItemInviteCollectionRequestvalue - the select clausepublic IDriveItemInviteCollectionRequest top(int value)
top in interface IDriveItemInviteCollectionRequestvalue - the max number of items to returnpublic IDriveItemInviteCollectionRequest expand(java.lang.String value)
expand in interface IDriveItemInviteCollectionRequestvalue - the expand clausepublic IDriveItemInviteCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IDriveItemInviteCollectionRequest orderBy(java.lang.String value)
value - the order by clause