Uses of Class
odata.msgraph.client.beta.enums.TrainingAssignmentPreference
-
Packages that use TrainingAssignmentPreference Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of TrainingAssignmentPreference in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TrainingAssignmentPreference Modifier and Type Field Description protected TrainingAssignmentPreferenceSimulation. trainingAssignmentPreferenceMethods in odata.msgraph.client.beta.entity that return types with arguments of type TrainingAssignmentPreference Modifier and Type Method Description Optional<TrainingAssignmentPreference>Simulation. getTrainingAssignmentPreference()Methods in odata.msgraph.client.beta.entity with parameters of type TrainingAssignmentPreference Modifier and Type Method Description Simulation.BuilderSimulation.Builder. trainingAssignmentPreference(TrainingAssignmentPreference trainingAssignmentPreference)SimulationSimulation. withTrainingAssignmentPreference(TrainingAssignmentPreference trainingAssignmentPreference) -
Uses of TrainingAssignmentPreference in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TrainingAssignmentPreference Modifier and Type Method Description static TrainingAssignmentPreferenceTrainingAssignmentPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainingAssignmentPreference[]TrainingAssignmentPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.
-