public class CallLogTeleconferenceDeviceQualityRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<Call>
| Constructor and Description |
|---|
CallLogTeleconferenceDeviceQualityRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this CallLogTeleconferenceDeviceQuality
|
CallLogTeleconferenceDeviceQualityRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
CallLogTeleconferenceDeviceQualityParameterSet parameters)
The request builder for this CallLogTeleconferenceDeviceQuality
|
| Modifier and Type | Method and Description |
|---|---|
CallLogTeleconferenceDeviceQualityRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the CallLogTeleconferenceDeviceQualityRequest with specific requestOptions instead of the existing requestOptions
|
CallLogTeleconferenceDeviceQualityRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the CallLogTeleconferenceDeviceQualityRequest
|
public CallLogTeleconferenceDeviceQualityRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic CallLogTeleconferenceDeviceQualityRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
CallLogTeleconferenceDeviceQualityParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public CallLogTeleconferenceDeviceQualityRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public CallLogTeleconferenceDeviceQualityRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request