Uses of Class
odata.msgraph.client.beta.entity.EducationClass
-
Packages that use EducationClass Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of EducationClass in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return EducationClass Modifier and Type Method Description EducationClassEducationClass.Builder. build()EducationClassEducationClass. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EducationClassEducationClass. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EducationClassEducationClass. withClassCode(String classCode)EducationClassEducationClass. withCourse(EducationCourse course)EducationClassEducationClass. withCreatedBy(IdentitySet createdBy)EducationClassEducationClass. withDescription(String description)EducationClassEducationClass. withDisplayName(String displayName)EducationClassEducationClass. withExternalId(String externalId)EducationClassEducationClass. withExternalName(String externalName)EducationClassEducationClass. withExternalSource(EducationExternalSource externalSource)EducationClassEducationClass. withExternalSourceDetail(String externalSourceDetail)EducationClassEducationClass. withGrade(String grade)EducationClassEducationClass. withMailNickname(String mailNickname)EducationClassEducationClass. withTerm(EducationTerm term)EducationClassEducationClass. withUnmappedField(String name, String value) -
Uses of EducationClass in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type EducationClass Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EducationClass>EducationClassCollectionRequest. delta()
-