Class TagDescriptionContractProperties

    • Constructor Detail

      • TagDescriptionContractProperties

        public TagDescriptionContractProperties()
    • Method Detail

      • tagId

        public String tagId()
        Get the tagId property: Identifier of the tag in the form of /tags/{tagId}.
        Returns:
        the tagId value.
      • withTagId

        public TagDescriptionContractProperties withTagId​(String tagId)
        Set the tagId property: Identifier of the tag in the form of /tags/{tagId}.
        Parameters:
        tagId - the tagId value to set.
        Returns:
        the TagDescriptionContractProperties object itself.
      • displayName

        public String displayName()
        Get the displayName property: Tag name.
        Returns:
        the displayName value.
      • withDisplayName

        public TagDescriptionContractProperties withDisplayName​(String displayName)
        Set the displayName property: Tag name.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the TagDescriptionContractProperties object itself.