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