Package com.microsoft.graph.models
Class DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder
- Enclosing class:
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet
public static final class DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder
extends Object
Fluent builder for the DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithDomainName
(String val) Sets the DomainName
-
Field Details
-
domainName
The domainName parameter value
-
-
Constructor Details
-
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder
@Nullable protected DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder()Instanciates a new DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder
-
-
Method Details
-
withDomainName
@Nonnull public DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder withDomainName(@Nullable String val) Sets the DomainName- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-