Package com.microsoft.graph.models
Class ImportedWindowsAutopilotDeviceIdentityImportParameterSet
java.lang.Object
com.microsoft.graph.models.ImportedWindowsAutopilotDeviceIdentityImportParameterSet
The class for the Imported Windows Autopilot Device Identity Import Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the ImportedWindowsAutopilotDeviceIdentityImportParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe imported Windows Autopilot Device Identities. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ImportedWindowsAutopilotDeviceIdentityImportParameterSetprotected
ImportedWindowsAutopilotDeviceIdentityImportParameterSet
(ImportedWindowsAutopilotDeviceIdentityImportParameterSet.ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder builder) Instiaciates a new ImportedWindowsAutopilotDeviceIdentityImportParameterSet -
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
-
importedWindowsAutopilotDeviceIdentities
@SerializedName(value="importedWindowsAutopilotDeviceIdentities", alternate="ImportedWindowsAutopilotDeviceIdentities") @Expose @Nullable public List<ImportedWindowsAutopilotDeviceIdentity> importedWindowsAutopilotDeviceIdentitiesThe imported Windows Autopilot Device Identities.
-
-
Constructor Details
-
ImportedWindowsAutopilotDeviceIdentityImportParameterSet
public ImportedWindowsAutopilotDeviceIdentityImportParameterSet()Instiaciates a new ImportedWindowsAutopilotDeviceIdentityImportParameterSet -
ImportedWindowsAutopilotDeviceIdentityImportParameterSet
protected ImportedWindowsAutopilotDeviceIdentityImportParameterSet(@Nonnull ImportedWindowsAutopilotDeviceIdentityImportParameterSet.ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder builder) Instiaciates a new ImportedWindowsAutopilotDeviceIdentityImportParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ImportedWindowsAutopilotDeviceIdentityImportParameterSet.ImportedWindowsAutopilotDeviceIdentityImportParameterSetBuilder 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
-