Class MicrosoftGraphAssignedLabel

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLabel

public final class MicrosoftGraphAssignedLabel extends Object
assignedLabel.
  • Constructor Details

    • MicrosoftGraphAssignedLabel

      public MicrosoftGraphAssignedLabel()
      Creates an instance of MicrosoftGraphAssignedLabel class.
  • Method Details

    • 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.