AccountsMigrationResource.MigrationAccount

public AccountsMigrationResource.MigrationAccount AccountsMigrationResource.MigrationAccount(@Json(name = "device_id") String deviceId, @Json(name = "device_token") String deviceToken, @Json(name = "totp_seed") String totpSeed, @Json(name = "enrolled") Boolean isEnrolled, @Json(name = "enrolled_at") Long enrolledAt, @Json(name = "user_id") String userId, @Json(name = "username") String username, @Json(name = "allowed_factors") List<String> allowedFactors, @Json(name = "service_id") String serviceId, @Json(name = "service_name") String serviceName, @Json(name = "service_logo") String serviceLogo, @Json(name = "sync_counter") Long syncCounter)