Class MicrosoftGraphColumnLink
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphColumnLink
-
public final class MicrosoftGraphColumnLink extends MicrosoftGraphEntity
columnLink.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphColumnLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: columnLink.Stringname()Get the name property: The name of the column in this content type.voidvalidate()Validates the instance.MicrosoftGraphColumnLinkwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: columnLink.MicrosoftGraphColumnLinkwithId(String id)Set the id property: Read-only.MicrosoftGraphColumnLinkwithName(String name)Set the name property: The name of the column in this content type.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name of the column in this content type.- Returns:
- the name value.
-
withName
public MicrosoftGraphColumnLink withName(String name)
Set the name property: The name of the column in this content type.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphColumnLink object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: columnLink.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphColumnLink withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: columnLink.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphColumnLink object itself.
-
withId
public MicrosoftGraphColumnLink withId(String id)
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-