Class MultiTagCreateRequest


  • public class MultiTagCreateRequest
    extends Object
    Request to create tags
    • Constructor Detail

      • MultiTagCreateRequest

        public MultiTagCreateRequest()
        Create empty instance
    • Method Detail

      • getCreate

        public Map<String,​TagCreateRequest> getCreate()
        Map of temporary IDs to tags to create
        Returns:
        map of IDs to create info
      • setCreate

        public void setCreate​(Map<String,​TagCreateRequest> create)
        Set the map of IDs to create info
        Parameters:
        create - map of IDs to create info