Uses of Enum
com.microsoft.graph.models.TrainingStatus
Packages that use TrainingStatus
-
Uses of TrainingStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TrainingStatusModifier and TypeMethodDescriptionstatic TrainingStatusUserTrainingEventInfo.getLatestTrainingStatus()Gets the latestTrainingStatus property value.UserTrainingStatusInfo.getTrainingStatus()Gets the trainingStatus property value.static TrainingStatusReturns the enum constant of this type with the specified name.static TrainingStatus[]TrainingStatus.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 TrainingStatusModifier and TypeMethodDescriptionvoidUserTrainingEventInfo.setLatestTrainingStatus(TrainingStatus value) Sets the latestTrainingStatus property value.voidUserTrainingStatusInfo.setTrainingStatus(TrainingStatus value) Sets the trainingStatus property value.