Class CReqProperty
- java.lang.Object
-
- com.arms.api.util.communicate.external.response.jira.CReqProperty
-
public class CReqProperty extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CReqProperty()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CReqPropertyof(ReqStatusEntity reqStatusEntity)static CReqPropertyof(java.lang.Long cReqPriorityLink, java.lang.String cReqPriorityName, java.lang.Long cReqDifficultyLink, java.lang.String cReqDifficultyName, java.lang.Long cReqStateLink, java.lang.String cReqStateName)
-
-
-
Method Detail
-
of
public static CReqProperty of(java.lang.Long cReqPriorityLink, java.lang.String cReqPriorityName, java.lang.Long cReqDifficultyLink, java.lang.String cReqDifficultyName, java.lang.Long cReqStateLink, java.lang.String cReqStateName)
-
of
public static CReqProperty of(ReqStatusEntity reqStatusEntity)
-
-