Uses of Class
odata.msgraph.client.entity.EducationModule
-
Packages that use EducationModule Package Description odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of EducationModule in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type EducationModule Modifier and Type Field Description protected List<EducationModule>EducationClass. modulesMethods in odata.msgraph.client.entity that return EducationModule Modifier and Type Method Description EducationModuleEducationModule.Builder. build()EducationModuleEducationModule. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EducationModuleEducationModule. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EducationModuleEducationModule. withCreatedBy(IdentitySet createdBy)Returns an immutable copy ofthiswith just thecreatedByfield changed.EducationModuleEducationModule. withCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.EducationModuleEducationModule. withDescription(String description)EducationModuleEducationModule. withDisplayName(String displayName)EducationModuleEducationModule. withIsPinned(Boolean isPinned)EducationModuleEducationModule. withLastModifiedBy(IdentitySet lastModifiedBy)Returns an immutable copy ofthiswith just thelastModifiedByfield changed.EducationModuleEducationModule. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.EducationModuleEducationModule. withResources(List<EducationModuleResource> resources)EducationModuleEducationModule. withResourcesFolderUrl(String resourcesFolderUrl)Returns an immutable copy ofthiswith just theresourcesFolderUrlfield changed.EducationModuleEducationModule. withStatus(EducationModuleStatus status)Returns an immutable copy ofthiswith just thestatusfield changed.EducationModuleEducationModule. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity that return types with arguments of type EducationModule Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<EducationModule>EducationModule. pin()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<EducationModule>EducationModule. publish()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<EducationModule>EducationModule. setUpResourcesFolder()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<EducationModule>EducationModule. unpin()Methods in odata.msgraph.client.entity with parameters of type EducationModule Modifier and Type Method Description EducationClass.BuilderEducationClass.Builder. modules(EducationModule... modules)Method parameters in odata.msgraph.client.entity with type arguments of type EducationModule Modifier and Type Method Description EducationClass.BuilderEducationClass.Builder. modules(List<EducationModule> modules)EducationClassEducationClass. withModules(List<EducationModule> modules) -
Uses of EducationModule in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type EducationModule Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<EducationModule>EducationModuleRequest. pin()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<EducationModule>EducationModuleRequest. publish()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<EducationModule>EducationModuleRequest. setUpResourcesFolder()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<EducationModule>EducationModuleRequest. unpin()
-