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