Uses of Class
odata.msgraph.client.complex.RecentNotebookLinks
-
Packages that use RecentNotebookLinks Package Description odata.msgraph.client.complex -
-
Uses of RecentNotebookLinks in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as RecentNotebookLinks Modifier and Type Field Description protected RecentNotebookLinksRecentNotebook. linksMethods in odata.msgraph.client.complex that return RecentNotebookLinks Modifier and Type Method Description RecentNotebookLinksRecentNotebookLinks.Builder. build()RecentNotebookLinksRecentNotebookLinks. withOneNoteClientUrl(ExternalLink oneNoteClientUrl)RecentNotebookLinksRecentNotebookLinks. withOneNoteWebUrl(ExternalLink oneNoteWebUrl)RecentNotebookLinksRecentNotebookLinks. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type RecentNotebookLinks Modifier and Type Method Description Optional<RecentNotebookLinks>RecentNotebook. getLinks()Methods in odata.msgraph.client.complex with parameters of type RecentNotebookLinks Modifier and Type Method Description RecentNotebook.BuilderRecentNotebook.Builder. links(RecentNotebookLinks links)RecentNotebookRecentNotebook. withLinks(RecentNotebookLinks links)
-