Uses of Enum
com.microsoft.graph.models.TrainingType
Packages that use TrainingType
-
Uses of TrainingType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TrainingTypeModifier and TypeMethodDescriptionstatic TrainingTypeTraining.getType()Gets the type property value.static TrainingTypeReturns the enum constant of this type with the specified name.static TrainingType[]TrainingType.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 TrainingTypeModifier and TypeMethodDescriptionvoidTraining.setType(TrainingType value) Sets the type property value.