public class DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder
extends com.microsoft.graph.http.BaseFunctionRequestBuilder<java.lang.Boolean>
| Constructor and Description |
|---|
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder(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 DeviceManagementVerifyWindowsEnrollmentAutoDiscovery
|
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet parameters)
The request builder for this DeviceManagementVerifyWindowsEnrollmentAutoDiscovery
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest with specific requestOptions instead of the existing requestOptions
|
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest
|
public DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder(@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 DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request