Uses of Class
com.microsoft.graph.models.RestoreSessionBase
Packages that use RestoreSessionBase
-
Uses of RestoreSessionBase in com.microsoft.graph.models
Subclasses of RestoreSessionBase in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassMethods in com.microsoft.graph.models that return RestoreSessionBaseModifier and TypeMethodDescriptionstatic RestoreSessionBaseRestoreSessionBase.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 RestoreSessionBaseModifier and TypeMethodDescriptionBackupRestoreRoot.getRestoreSessions()Gets the restoreSessions property value.RestoreSessionBaseCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type RestoreSessionBaseModifier and TypeMethodDescriptionvoidBackupRestoreRoot.setRestoreSessions(List<RestoreSessionBase> value) Sets the restoreSessions property value.voidRestoreSessionBaseCollectionResponse.setValue(List<RestoreSessionBase> value) Sets the value property value.