Uses of Class
odata.msgraph.client.complex.RecentNotebook
-
Packages that use RecentNotebook Package Description odata.msgraph.client.complex odata.msgraph.client.entity.collection.request -
-
Uses of RecentNotebook in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return RecentNotebook Modifier and Type Method Description RecentNotebookRecentNotebook.Builder. build()RecentNotebookRecentNotebook. withDisplayName(String displayName)RecentNotebookRecentNotebook. withLastAccessedTime(OffsetDateTime lastAccessedTime)RecentNotebookRecentNotebook. withLinks(RecentNotebookLinks links)RecentNotebookRecentNotebook. withSourceService(OnenoteSourceService sourceService)RecentNotebookRecentNotebook. withUnmappedField(String name, String value) -
Uses of RecentNotebook in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type RecentNotebook Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RecentNotebook>NotebookCollectionRequest. getRecentNotebooks(Boolean includePersonalNotebooks)
-