Package com.microsoft.graph.models
Class DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet
java.lang.Object
com.microsoft.graph.models.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet
The class for the Device Management Verify Windows Enrollment Auto Discovery Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetprotected
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet
(DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder builder) Instiaciates a new DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
domainName
@SerializedName(value="domainName", alternate="DomainName") @Expose @Nullable public String domainNameThe domain Name.
-
-
Constructor Details
-
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet
public DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet()Instiaciates a new DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet -
DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet
protected DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet(@Nonnull DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder builder) Instiaciates a new DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSet.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-