Class CreateCaseBody


  • public class CreateCaseBody
    extends java.lang.Object
    Created by Milan on 4.2.2017.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String color  
      java.lang.String netId  
      java.lang.String title  
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateCaseBody()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • title

        public java.lang.String title
      • netId

        public java.lang.String netId
      • color

        public java.lang.String color
    • Constructor Detail

      • CreateCaseBody

        public CreateCaseBody()