Uses of Class
odata.msgraph.client.enums.EducationAddToCalendarOptions
-
Packages that use EducationAddToCalendarOptions Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of EducationAddToCalendarOptions in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as EducationAddToCalendarOptions Modifier and Type Field Description protected EducationAddToCalendarOptionsEducationAssignment. addToCalendarActionprotected EducationAddToCalendarOptionsEducationAssignmentDefaults. addToCalendarActionMethods in odata.msgraph.client.entity that return types with arguments of type EducationAddToCalendarOptions Modifier and Type Method Description Optional<EducationAddToCalendarOptions>EducationAssignment. getAddToCalendarAction()Optional<EducationAddToCalendarOptions>EducationAssignmentDefaults. getAddToCalendarAction()Methods in odata.msgraph.client.entity with parameters of type EducationAddToCalendarOptions Modifier and Type Method Description EducationAssignment.BuilderEducationAssignment.Builder. addToCalendarAction(EducationAddToCalendarOptions addToCalendarAction)EducationAssignmentDefaults.BuilderEducationAssignmentDefaults.Builder. addToCalendarAction(EducationAddToCalendarOptions addToCalendarAction)EducationAssignmentEducationAssignment. withAddToCalendarAction(EducationAddToCalendarOptions addToCalendarAction)EducationAssignmentDefaultsEducationAssignmentDefaults. withAddToCalendarAction(EducationAddToCalendarOptions addToCalendarAction) -
Uses of EducationAddToCalendarOptions in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return EducationAddToCalendarOptions Modifier and Type Method Description static EducationAddToCalendarOptionsEducationAddToCalendarOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static EducationAddToCalendarOptions[]EducationAddToCalendarOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-