Class MicrosoftGraphSectionLinks


  • public final class MicrosoftGraphSectionLinks
    extends Object
    sectionLinks.
    • Constructor Detail

      • MicrosoftGraphSectionLinks

        public MicrosoftGraphSectionLinks()
    • Method Detail

      • oneNoteClientUrl

        public MicrosoftGraphExternalLink oneNoteClientUrl()
        Get the oneNoteClientUrl property: externalLink.
        Returns:
        the oneNoteClientUrl value.
      • withOneNoteClientUrl

        public MicrosoftGraphSectionLinks withOneNoteClientUrl​(MicrosoftGraphExternalLink oneNoteClientUrl)
        Set the oneNoteClientUrl property: externalLink.
        Parameters:
        oneNoteClientUrl - the oneNoteClientUrl value to set.
        Returns:
        the MicrosoftGraphSectionLinks object itself.
      • oneNoteWebUrl

        public MicrosoftGraphExternalLink oneNoteWebUrl()
        Get the oneNoteWebUrl property: externalLink.
        Returns:
        the oneNoteWebUrl value.
      • withOneNoteWebUrl

        public MicrosoftGraphSectionLinks withOneNoteWebUrl​(MicrosoftGraphExternalLink oneNoteWebUrl)
        Set the oneNoteWebUrl property: externalLink.
        Parameters:
        oneNoteWebUrl - the oneNoteWebUrl value to set.
        Returns:
        the MicrosoftGraphSectionLinks object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: sectionLinks.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphSectionLinks withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: sectionLinks.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphSectionLinks object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.