public class ReportRootGetOffice365ActiveUserDetailRequest extends com.microsoft.graph.http.BaseRequest<Report>
Constructor and Description |
---|
ReportRootGetOffice365ActiveUserDetailRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for this ReportRootGetOffice365ActiveUserDetail
|
Modifier and Type | Method and Description |
---|---|
ReportRootGetOffice365ActiveUserDetailRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Report |
get()
Gets the Report
|
java.util.concurrent.CompletableFuture<Report> |
getAsync()
Gets the Report
|
ReportRootGetOffice365ActiveUserDetailRequest |
select(java.lang.String value)
Sets the select clause for the request
|
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 ReportRootGetOffice365ActiveUserDetailRequest(@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 java.util.concurrent.CompletableFuture<Report> getAsync()
@Nullable public Report get() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException
- an exception occurs if there was an error while the request was sent@Nonnull public ReportRootGetOffice365ActiveUserDetailRequest select(@Nonnull java.lang.String value)
value
- the select clause@Nonnull public ReportRootGetOffice365ActiveUserDetailRequest expand(@Nonnull java.lang.String value)
value
- the expand clause