Uses of Class
com.microsoft.graph.models.SharePointMigrationJob
Packages that use SharePointMigrationJob
-
Uses of SharePointMigrationJob in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SharePointMigrationJobModifier and TypeMethodDescriptionstatic SharePointMigrationJobSharePointMigrationJob.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type SharePointMigrationJobModifier and TypeMethodDescriptionFileStorageContainer.getMigrationJobs()Gets the migrationJobs property value.SharePointMigrationJobCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type SharePointMigrationJobModifier and TypeMethodDescriptionvoidFileStorageContainer.setMigrationJobs(List<SharePointMigrationJob> value) Sets the migrationJobs property value.voidSharePointMigrationJobCollectionResponse.setValue(List<SharePointMigrationJob> value) Sets the value property value.