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