Uses of Enum
com.microsoft.graph.models.ReadingCoachStoryType
Packages that use ReadingCoachStoryType
-
Uses of ReadingCoachStoryType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ReadingCoachStoryTypeModifier and TypeMethodDescriptionstatic ReadingCoachStoryTypeReadingCoachPassage.getStoryType()Gets the storyType property value.static ReadingCoachStoryTypeReturns the enum constant of this type with the specified name.static ReadingCoachStoryType[]ReadingCoachStoryType.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 ReadingCoachStoryTypeModifier and TypeMethodDescriptionvoidReadingCoachPassage.setStoryType(ReadingCoachStoryType value) Sets the storyType property value.