Uses of Class
odata.msgraph.client.entity.EducationModuleResource
-
Packages that use EducationModuleResource Package Description odata.msgraph.client.entity -
-
Uses of EducationModuleResource in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type EducationModuleResource Modifier and Type Field Description protected List<EducationModuleResource>EducationModule. resourcesMethods in odata.msgraph.client.entity that return EducationModuleResource Modifier and Type Method Description EducationModuleResourceEducationModuleResource.Builder. build()EducationModuleResourceEducationModuleResource. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EducationModuleResourceEducationModuleResource. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EducationModuleResourceEducationModuleResource. withResource(EducationResource resource)EducationModuleResourceEducationModuleResource. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type EducationModuleResource Modifier and Type Method Description EducationModule.BuilderEducationModule.Builder. resources(EducationModuleResource... resources)Method parameters in odata.msgraph.client.entity with type arguments of type EducationModuleResource Modifier and Type Method Description EducationModule.BuilderEducationModule.Builder. resources(List<EducationModuleResource> resources)EducationModuleEducationModule. withResources(List<EducationModuleResource> resources)
-