Uses of Class
com.microsoft.graph.models.EducationAssignment
Packages that use EducationAssignment
-
Uses of EducationAssignment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationAssignmentModifier and TypeMethodDescriptionstatic EducationAssignmentEducationAssignment.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 EducationAssignmentModifier and TypeMethodDescriptionEducationClass.getAssignments()Gets the assignments property value.EducationUser.getAssignments()Gets the assignments property value.EducationAssignmentCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type EducationAssignmentModifier and TypeMethodDescriptionvoidEducationClass.setAssignments(List<EducationAssignment> value) Sets the assignments property value.voidEducationUser.setAssignments(List<EducationAssignment> value) Sets the assignments property value.voidEducationAssignmentCollectionResponse.setValue(List<EducationAssignment> value) Sets the value property value.