Class MicrosoftGraphAssignedLabel
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLabel
-
public final class MicrosoftGraphAssignedLabel extends Object
assignedLabel.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphAssignedLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: assignedLabel.StringdisplayName()Get the displayName property: The display name of the label.StringlabelId()Get the labelId property: The unique identifier of the label.voidvalidate()Validates the instance.MicrosoftGraphAssignedLabelwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: assignedLabel.MicrosoftGraphAssignedLabelwithDisplayName(String displayName)Set the displayName property: The display name of the label.MicrosoftGraphAssignedLabelwithLabelId(String labelId)Set the labelId property: The unique identifier of the label.
-
-
-
Method Detail
-
displayName
public String displayName()
Get the displayName property: The display name of the label. Read-only.- Returns:
- the displayName value.
-
withDisplayName
public MicrosoftGraphAssignedLabel withDisplayName(String displayName)
Set the displayName property: The display name of the label. Read-only.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphAssignedLabel object itself.
-
labelId
public String labelId()
Get the labelId property: The unique identifier of the label.- Returns:
- the labelId value.
-
withLabelId
public MicrosoftGraphAssignedLabel withLabelId(String labelId)
Set the labelId property: The unique identifier of the label.- Parameters:
labelId- the labelId value to set.- Returns:
- the MicrosoftGraphAssignedLabel object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: assignedLabel.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphAssignedLabel withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: assignedLabel.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphAssignedLabel object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-