Class MicrosoftGraphAssignedLabel
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLabel
assignedLabel.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphAssignedLabel class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: assignedLabel.Get the displayName property: The display name of the label.labelId()Get the labelId property: The unique identifier of the label.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: assignedLabel.withDisplayName(String displayName) Set the displayName property: The display name of the label.withLabelId(String labelId) Set the labelId property: The unique identifier of the label.
-
Constructor Details
-
MicrosoftGraphAssignedLabel
public MicrosoftGraphAssignedLabel()Creates an instance of MicrosoftGraphAssignedLabel class.
-
-
Method Details
-
displayName
Get the displayName property: The display name of the label. Read-only.- Returns:
- the displayName value.
-
withDisplayName
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
Get the labelId property: The unique identifier of the label.- Returns:
- the labelId value.
-
withLabelId
Set the labelId property: The unique identifier of the label.- Parameters:
labelId- the labelId value to set.- Returns:
- the MicrosoftGraphAssignedLabel object itself.
-
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.
-