Package com.microsoft.graph.requests
Class CloudCommunicationsRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<CloudCommunications>
com.microsoft.graph.requests.CloudCommunicationsRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class CloudCommunicationsRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<CloudCommunications>
The class for the Cloud Communications Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionCloudCommunicationsRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the CloudCommunications -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a request builder for the CallRecord collectioncallRecords(String id) Gets a request builder for the CallRecord itemcalls()Gets a request builder for the Call collectionGets a request builder for the Call itemGets a builder to execute the methodGets a request builder for the OnlineMeeting collectiononlineMeetings(String id) Gets a request builder for the OnlineMeeting itemGets a request builder for the Presence collectionGets a request builder for the Presence itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
CloudCommunicationsRequestBuilder
public CloudCommunicationsRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the CloudCommunications- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public CloudCommunicationsRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the CloudCommunicationsRequest instance
-
buildRequest
@Nonnull public CloudCommunicationsRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the CloudCommunicationsRequest instance
-
calls
Gets a request builder for the Call collection- Returns:
- the collection request builder
-
calls
Gets a request builder for the Call item- Parameters:
id- the item identifier- Returns:
- the request builder
-
callRecords
Gets a request builder for the CallRecord collection- Returns:
- the collection request builder
-
callRecords
Gets a request builder for the CallRecord item- Parameters:
id- the item identifier- Returns:
- the request builder
-
onlineMeetings
Gets a request builder for the OnlineMeeting collection- Returns:
- the collection request builder
-
onlineMeetings
Gets a request builder for the OnlineMeeting item- Parameters:
id- the item identifier- Returns:
- the request builder
-
presences
Gets a request builder for the Presence collection- Returns:
- the collection request builder
-
presences
Gets a request builder for the Presence item- Parameters:
id- the item identifier- Returns:
- the request builder
-
getPresencesByUserId
@Nonnull public CloudCommunicationsGetPresencesByUserIdCollectionRequestBuilder getPresencesByUserId(@Nonnull CloudCommunicationsGetPresencesByUserIdParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder collection
-