[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["The `com.google.android.managementapi.dpcmigration.model` package provides classes and enums for managing Device Policy Controller (DPC) migration to Android Management API."],["It includes models for initiating migration requests (`DpcMigrationRequest`), tracking migration attempts (`DpcMigrationAttempt`), and retrieving attempt details (`GetDpcMigrationAttemptRequest`)."],["Builders are available to facilitate the creation of these model objects."],["`DpcMigrationAttempt.State` enum represents the various states a migration attempt can be in."],["These models handle details such as Wi-Fi network configuration during migration using `DpcMigrationRequest.WifiNetwork`."]]],["This content outlines classes and enums for managing DPC (Device Policy Controller) migration to the Android Management API. Key actions include describing a migration attempt via `DpcMigrationAttempt` and initiating a migration with `DpcMigrationRequest`. `WifiNetwork` details are included for network management during migration. The `GetDpcMigrationAttemptRequest` class retrieves migration attempt information. Each major class has an associated builder. `DpcMigrationAttempt.State` specifies the status of the migration.\n"]]