Uses of Class
odata.msgraph.client.beta.entity.EducationSchool
-
Packages that use EducationSchool Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of EducationSchool in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return EducationSchool Modifier and Type Method Description EducationSchoolEducationSchool.Builder. build()EducationSchoolEducationSchool. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EducationSchoolEducationSchool. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EducationSchoolEducationSchool. withAddress(PhysicalAddress address)EducationSchoolEducationSchool. withCreatedBy(IdentitySet createdBy)EducationSchoolEducationSchool. withExternalId(String externalId)EducationSchoolEducationSchool. withExternalPrincipalId(String externalPrincipalId)EducationSchoolEducationSchool. withFax(String fax)EducationSchoolEducationSchool. withHighestGrade(String highestGrade)EducationSchoolEducationSchool. withLowestGrade(String lowestGrade)EducationSchoolEducationSchool. withPhone(String phone)EducationSchoolEducationSchool. withPrincipalEmail(String principalEmail)EducationSchoolEducationSchool. withPrincipalName(String principalName)EducationSchoolEducationSchool. withSchoolNumber(String schoolNumber)EducationSchoolEducationSchool. withUnmappedField(String name, String value) -
Uses of EducationSchool in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type EducationSchool Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EducationSchool>EducationSchoolCollectionRequest. delta()
-