Uses of Class
com.microsoft.graph.models.ReadingCoachPassage
Packages that use ReadingCoachPassage
-
Uses of ReadingCoachPassage in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ReadingCoachPassageModifier and TypeMethodDescriptionstatic ReadingCoachPassageReadingCoachPassage.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 ReadingCoachPassageModifier and TypeMethodDescriptionReportsRoot.getReadingCoachPassages()Gets the readingCoachPassages property value.ReadingCoachPassageCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ReadingCoachPassageModifier and TypeMethodDescriptionvoidReportsRoot.setReadingCoachPassages(List<ReadingCoachPassage> value) Sets the readingCoachPassages property value.voidReadingCoachPassageCollectionResponse.setValue(List<ReadingCoachPassage> value) Sets the value property value.