public class OAuth2PermissionGrantWithReferenceRequest extends com.microsoft.graph.http.BaseWithReferenceRequest<OAuth2PermissionGrant>
Constructor and Description |
---|
OAuth2PermissionGrantWithReferenceRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the OAuth2PermissionGrant
|
Modifier and Type | Method and Description |
---|---|
OAuth2PermissionGrantWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
OAuth2PermissionGrantWithReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
delete, deleteAsync, get, getAsync, patch, patchAsync, post, postAsync
addCountOption, addExpandOption, addFilterOption, addFunctionOption, addHeader, addOrderByOption, addQueryOption, addSelectOption, addSkipOption, addSkipTokenOption, addTopOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, sendAsync, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public OAuth2PermissionGrantWithReferenceRequest(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request@Nonnull public OAuth2PermissionGrantWithReferenceRequest select(@Nonnull java.lang.String value)
value
- the select clause@Nonnull public OAuth2PermissionGrantWithReferenceRequest expand(@Nonnull java.lang.String value)
value
- the expand clause