Package odata.msgraph.client.complex
Class SectionLinks.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.SectionLinks.Builder
-
- Enclosing class:
- SectionLinks
public static final class SectionLinks.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SectionLinksbuild()SectionLinks.BuilderoneNoteClientUrl(ExternalLink oneNoteClientUrl)SectionLinks.BuilderoneNoteWebUrl(ExternalLink oneNoteWebUrl)
-
-
-
Method Detail
-
oneNoteClientUrl
public SectionLinks.Builder oneNoteClientUrl(ExternalLink oneNoteClientUrl)
-
oneNoteWebUrl
public SectionLinks.Builder oneNoteWebUrl(ExternalLink oneNoteWebUrl)
-
build
public SectionLinks build()
-
-