Class MicrosoftGraphAssignedLabel


  • public final class MicrosoftGraphAssignedLabel
    extends Object
    assignedLabel.
    • Constructor Detail

      • MicrosoftGraphAssignedLabel

        public MicrosoftGraphAssignedLabel()
    • 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.