Class Tags

    • Method Detail

      • getTag

        public RestTagModel getTag()
                            throws java.lang.Exception
        Retrieves a tag with ID using GET call on using GET call on "/tags/{tagId}"
        Parameters:
        tag -
        Returns:
        Throws:
        java.lang.Exception
      • update

        public RestTagModel update​(java.lang.String newTag)
                            throws java.lang.Exception
        Update a tag using PUT call on tags/{tagId}
        Parameters:
        tag -
        newTag -
        Returns:
        Throws:
        JsonToModelConversionException
        java.lang.Exception