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 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 URL
      client - the service client
      requestOptions - 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
    • callRecords

      @Nonnull public CallRecordCollectionRequestBuilder callRecords()
      Gets a request builder for the CallRecord collection
      Returns:
      the collection request builder
    • callRecords

      @Nonnull public CallRecordRequestBuilder callRecords(@Nonnull String id)
      Gets a request builder for the CallRecord item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • calls

      @Nonnull public CallCollectionRequestBuilder calls()
      Gets a request builder for the Call collection
      Returns:
      the collection request builder
    • calls

      @Nonnull public CallRequestBuilder calls(@Nonnull String id)
      Gets a request builder for the Call item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • onlineMeetings

      @Nonnull public OnlineMeetingCollectionRequestBuilder onlineMeetings()
      Gets a request builder for the OnlineMeeting collection
      Returns:
      the collection request builder
    • onlineMeetings

      @Nonnull public OnlineMeetingRequestBuilder onlineMeetings(@Nonnull String id)
      Gets a request builder for the OnlineMeeting item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • presences

      @Nonnull public PresenceCollectionRequestBuilder presences()
      Gets a request builder for the Presence collection
      Returns:
      the collection request builder
    • presences

      @Nonnull public PresenceRequestBuilder presences(@Nonnull String id)
      Gets a request builder for the Presence item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • getPresencesByUserId

      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder collection