Class MicrosoftGraphSectionLinks
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSectionLinks
-
public final class MicrosoftGraphSectionLinks extends Object
sectionLinks.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphSectionLinks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: sectionLinks.MicrosoftGraphExternalLinkoneNoteClientUrl()Get the oneNoteClientUrl property: externalLink.MicrosoftGraphExternalLinkoneNoteWebUrl()Get the oneNoteWebUrl property: externalLink.voidvalidate()Validates the instance.MicrosoftGraphSectionLinkswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: sectionLinks.MicrosoftGraphSectionLinkswithOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)Set the oneNoteClientUrl property: externalLink.MicrosoftGraphSectionLinkswithOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)Set the oneNoteWebUrl property: externalLink.
-
-
-
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.
-
-