Uses of Enum
com.microsoft.graph.models.MigrationMode
Packages that use MigrationMode
-
Uses of MigrationMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MigrationModeModifier and TypeMethodDescriptionstatic MigrationModeChannel.getMigrationMode()Gets the migrationMode property value.Chat.getMigrationMode()Gets the migrationMode property value.static MigrationModeReturns the enum constant of this type with the specified name.static MigrationMode[]MigrationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type MigrationModeModifier and TypeMethodDescriptionvoidChannel.setMigrationMode(MigrationMode value) Sets the migrationMode property value.voidChat.setMigrationMode(MigrationMode value) Sets the migrationMode property value.