Package com.microsoft.graph.requests
Class ReportRootGetM365AppPlatformUserCountsRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseFunctionRequestBuilder<InputStream>
com.microsoft.graph.requests.ReportRootGetM365AppPlatformUserCountsRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class ReportRootGetM365AppPlatformUserCountsRequestBuilder
extends com.microsoft.graph.http.BaseFunctionRequestBuilder<InputStream>
The class for the Report Root Get M365App Platform User Counts Request Builder.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.BaseFunctionRequestBuilder
functionOptions -
Constructor Summary
ConstructorsConstructorDescriptionReportRootGetM365AppPlatformUserCountsRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this ReportRootGetM365AppPlatformUserCountsReportRootGetM365AppPlatformUserCountsRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, ReportRootGetM365AppPlatformUserCountsParameterSet parameters) The request builder for this ReportRootGetM365AppPlatformUserCounts -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the ReportRootGetM365AppPlatformUserCountsRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the ReportRootGetM365AppPlatformUserCountsRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
ReportRootGetM365AppPlatformUserCountsRequestBuilder
public ReportRootGetM365AppPlatformUserCountsRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this ReportRootGetM365AppPlatformUserCounts- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
ReportRootGetM365AppPlatformUserCountsRequestBuilder
public ReportRootGetM365AppPlatformUserCountsRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull ReportRootGetM365AppPlatformUserCountsParameterSet parameters) The request builder for this ReportRootGetM365AppPlatformUserCounts- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public ReportRootGetM365AppPlatformUserCountsRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the ReportRootGetM365AppPlatformUserCountsRequest- Parameters:
requestOptions- the options for the request- Returns:
- the ReportRootGetM365AppPlatformUserCountsRequest instance
-
buildRequest
@Nonnull public ReportRootGetM365AppPlatformUserCountsRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the ReportRootGetM365AppPlatformUserCountsRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the ReportRootGetM365AppPlatformUserCountsRequest instance
-