Uses of Class
odata.msgraph.client.beta.enums.EducationAddedStudentAction
-
Packages that use EducationAddedStudentAction Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EducationAddedStudentAction in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EducationAddedStudentAction Modifier and Type Field Description protected EducationAddedStudentActionEducationAssignment. addedStudentActionprotected EducationAddedStudentActionEducationAssignmentDefaults. addedStudentActionMethods in odata.msgraph.client.beta.entity that return types with arguments of type EducationAddedStudentAction Modifier and Type Method Description Optional<EducationAddedStudentAction>EducationAssignment. getAddedStudentAction()Optional<EducationAddedStudentAction>EducationAssignmentDefaults. getAddedStudentAction()Methods in odata.msgraph.client.beta.entity with parameters of type EducationAddedStudentAction Modifier and Type Method Description EducationAssignment.BuilderEducationAssignment.Builder. addedStudentAction(EducationAddedStudentAction addedStudentAction)EducationAssignmentDefaults.BuilderEducationAssignmentDefaults.Builder. addedStudentAction(EducationAddedStudentAction addedStudentAction)EducationAssignmentEducationAssignment. withAddedStudentAction(EducationAddedStudentAction addedStudentAction)EducationAssignmentDefaultsEducationAssignmentDefaults. withAddedStudentAction(EducationAddedStudentAction addedStudentAction) -
Uses of EducationAddedStudentAction in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EducationAddedStudentAction Modifier and Type Method Description static EducationAddedStudentActionEducationAddedStudentAction. valueOf(String name)Returns the enum constant of this type with the specified name.static EducationAddedStudentAction[]EducationAddedStudentAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-