Uses of Enum
com.microsoft.graph.models.TrainingAssignedTo
Packages that use TrainingAssignedTo
-
Uses of TrainingAssignedTo in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TrainingAssignedToModifier and TypeMethodDescriptionstatic TrainingAssignedTostatic TrainingAssignedToReturns the enum constant of this type with the specified name.static TrainingAssignedTo[]TrainingAssignedTo.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type TrainingAssignedToModifier and TypeMethodDescriptionCustomTrainingSetting.getAssignedTo()Gets the assignedTo property value.MicrosoftTrainingAssignmentMapping.getAssignedTo()Gets the assignedTo property value.Method parameters in com.microsoft.graph.models with type arguments of type TrainingAssignedToModifier and TypeMethodDescriptionvoidCustomTrainingSetting.setAssignedTo(List<TrainingAssignedTo> value) Sets the assignedTo property value.voidMicrosoftTrainingAssignmentMapping.setAssignedTo(List<TrainingAssignedTo> value) Sets the assignedTo property value.