Package com.microsoft.graph.models
Class ImportedWindowsAutopilotDeviceIdentityImportParameterSet.ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ImportedWindowsAutopilotDeviceIdentityImportParameterSet.ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder
- Enclosing class:
ImportedWindowsAutopilotDeviceIdentityImportParameterSet
public static final class ImportedWindowsAutopilotDeviceIdentityImportParameterSet.ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder
extends Object
Fluent builder for the ImportedWindowsAutopilotDeviceIdentityImportParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ImportedWindowsAutopilotDeviceIdentity>
The importedWindowsAutopilotDeviceIdentities parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the ImportedWindowsAutopilotDeviceIdentities
-
Field Details
-
importedWindowsAutopilotDeviceIdentities
@Nullable protected List<ImportedWindowsAutopilotDeviceIdentity> importedWindowsAutopilotDeviceIdentitiesThe importedWindowsAutopilotDeviceIdentities parameter value
-
-
Constructor Details
-
ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder
@Nullable protected ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder()Instanciates a new ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder
-
-
Method Details
-
withImportedWindowsAutopilotDeviceIdentities
@Nonnull public ImportedWindowsAutopilotDeviceIdentityImportParameterSet.ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder withImportedWindowsAutopilotDeviceIdentities(@Nullable List<ImportedWindowsAutopilotDeviceIdentity> val) Sets the ImportedWindowsAutopilotDeviceIdentities- 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
-