Class UserTagRequest



  • public class UserTagRequest
    extends java.lang.Object
    Models the api request which is formed when adding tags to a user.
    • Constructor Summary

      Constructors 
      Constructor and Description
      UserTagRequest() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void setTags(java.util.List<java.lang.String> tags)
      Sets a list of tags.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserTagRequest

        public UserTagRequest()
    • Method Detail

      • setTags

        public void setTags(java.util.List<java.lang.String> tags)
        Sets a list of tags.
        Parameters:
        tags - A list of tags.