Uses of Class
com.microsoft.graph.models.EducationCategory
Packages that use EducationCategory
-
Uses of EducationCategory in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationCategoryModifier and TypeMethodDescriptionstatic EducationCategoryEducationCategory.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type EducationCategoryModifier and TypeMethodDescriptionEducationClass.getAssignmentCategories()Gets the assignmentCategories property value.EducationAssignment.getCategories()Gets the categories property value.EducationCategoryCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type EducationCategoryModifier and TypeMethodDescriptionvoidEducationClass.setAssignmentCategories(List<EducationCategory> value) Sets the assignmentCategories property value.voidEducationAssignment.setCategories(List<EducationCategory> value) Sets the categories property value.voidEducationCategoryCollectionResponse.setValue(List<EducationCategory> value) Sets the value property value.