public class ReportRootGetOffice365ServicesUserCountsRequestBuilder extends com.microsoft.graph.http.BaseFunctionRequestBuilder<Report>
| Constructor and Description |
|---|
ReportRootGetOffice365ServicesUserCountsRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this ReportRootGetOffice365ServicesUserCounts
|
ReportRootGetOffice365ServicesUserCountsRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
ReportRootGetOffice365ServicesUserCountsParameterSet parameters)
The request builder for this ReportRootGetOffice365ServicesUserCounts
|
| Modifier and Type | Method and Description |
|---|---|
ReportRootGetOffice365ServicesUserCountsRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the ReportRootGetOffice365ServicesUserCountsRequest with specific requestOptions instead of the existing requestOptions
|
ReportRootGetOffice365ServicesUserCountsRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the ReportRootGetOffice365ServicesUserCountsRequest
|
public ReportRootGetOffice365ServicesUserCountsRequestBuilder(@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 requestpublic ReportRootGetOffice365ServicesUserCountsRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
ReportRootGetOffice365ServicesUserCountsParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public ReportRootGetOffice365ServicesUserCountsRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public ReportRootGetOffice365ServicesUserCountsRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request