Class Issue.Type

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String description  
      static java.lang.String FIELDS_KEY  
      int id  
      java.lang.String name  
      java.lang.String self  
    • Constructor Summary

      Constructors 
      Constructor Description
      Type()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Issue.Type of​(Issue issue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • FIELDS_KEY

        public static java.lang.String FIELDS_KEY
      • id

        public int id
      • description

        public java.lang.String description
      • name

        public java.lang.String name
      • self

        public java.lang.String self
    • Constructor Detail

      • Type

        public Type()