Class TagProperties


  • public final class TagProperties
    extends Object
    The properties of the tag.
    • Constructor Detail

      • TagProperties

        public TagProperties()
    • Method Detail

      • tags

        public List<Tag> tags()
        Get the tags property: A list of Tag.
        Returns:
        the tags value.
      • withTags

        public TagProperties withTags​(List<Tag> tags)
        Set the tags property: A list of Tag.
        Parameters:
        tags - the tags value to set.
        Returns:
        the TagProperties object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The link (url) to the next page of results.
        Returns:
        the nextLink value.
      • previousLink

        public String previousLink()
        Get the previousLink property: The link (url) to the previous page of results.
        Returns:
        the previousLink value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.