Package com.microsoft.graph.requests
Class CallRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<Call>
com.microsoft.graph.requests.CallRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
The class for the Call Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionCallRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the Call -
Method Summary
Modifier and TypeMethodDescriptionGets a builder to execute the methodanswer(CallAnswerParameterSet parameters) Gets a builder to execute the methodGets a request builder for the AudioRoutingGroup collectionGets a request builder for the AudioRoutingGroup itembuildRequest(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 builder to execute the methodGets a builder to execute the methodGets a request builder for the ContentSharingSession collectionGets a request builder for the ContentSharingSession itemGets a builder to execute the methodmute(CallMuteParameterSet parameters) Gets a builder to execute the methodGets a request builder for the CommsOperation collectionoperations(String id) Gets a request builder for the CommsOperation itemGets a request builder for the Participant collectionparticipants(String id) Gets a request builder for the Participant itemplayPrompt(CallPlayPromptParameterSet parameters) Gets a builder to execute the methodrecordResponse(CallRecordResponseParameterSet parameters) Gets a builder to execute the methodredirect(CallRedirectParameterSet parameters) Gets a builder to execute the methodreject(CallRejectParameterSet parameters) Gets a builder to execute the methodsubscribeToTone(CallSubscribeToToneParameterSet parameters) Gets a builder to execute the methodtransfer(CallTransferParameterSet parameters) Gets a builder to execute the methodunmute(CallUnmuteParameterSet parameters) Gets a builder to execute the methodGets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
CallRequestBuilder
public CallRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the Call- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public CallRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the CallRequest instance
-
buildRequest
@Nonnull public CallRequest 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 CallRequest instance
-
audioRoutingGroups
Gets a request builder for the AudioRoutingGroup collection- Returns:
- the collection request builder
-
audioRoutingGroups
Gets a request builder for the AudioRoutingGroup item- Parameters:
id- the item identifier- Returns:
- the request builder
-
contentSharingSessions
Gets a request builder for the ContentSharingSession collection- Returns:
- the collection request builder
-
contentSharingSessions
Gets a request builder for the ContentSharingSession item- Parameters:
id- the item identifier- Returns:
- the request builder
-
operations
Gets a request builder for the CommsOperation collection- Returns:
- the collection request builder
-
operations
Gets a request builder for the CommsOperation item- Parameters:
id- the item identifier- Returns:
- the request builder
-
participants
Gets a request builder for the Participant collection- Returns:
- the collection request builder
-
participants
Gets a request builder for the Participant item- Parameters:
id- the item identifier- Returns:
- the request builder
-
redirect
Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
addLargeGalleryView
@Nonnull public CallAddLargeGalleryViewRequestBuilder addLargeGalleryView(@Nonnull CallAddLargeGalleryViewParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
answer
Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
cancelMediaProcessing
@Nonnull public CallCancelMediaProcessingRequestBuilder cancelMediaProcessing(@Nonnull CallCancelMediaProcessingParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
changeScreenSharingRole
@Nonnull public CallChangeScreenSharingRoleRequestBuilder changeScreenSharingRole(@Nonnull CallChangeScreenSharingRoleParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
keepAlive
Gets a builder to execute the method- Returns:
- the request builder
-
mute
Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
playPrompt
@Nonnull public CallPlayPromptRequestBuilder playPrompt(@Nonnull CallPlayPromptParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
recordResponse
@Nonnull public CallRecordResponseRequestBuilder recordResponse(@Nonnull CallRecordResponseParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
reject
Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
subscribeToTone
@Nonnull public CallSubscribeToToneRequestBuilder subscribeToTone(@Nonnull CallSubscribeToToneParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
transfer
Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
unmute
Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
updateRecordingStatus
@Nonnull public CallUpdateRecordingStatusRequestBuilder updateRecordingStatus(@Nonnull CallUpdateRecordingStatusParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-