Package io.dialob.form.service.rest
Class OpenApiDoc.TAG
- java.lang.Object
-
- io.dialob.form.service.rest.OpenApiDoc.TAG
-
- Enclosing class:
- OpenApiDoc
public static class OpenApiDoc.TAG extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringGET_TAG_NAME_OPstatic StringGET_TAG_NAME_SUMMARYstatic StringGET_TAGS_OPstatic StringGET_TAGS_SUMMARYstatic StringNEW_TAGstatic StringPOST_FORM_TAG_OPstatic StringPOST_FORM_TAG_SUMMARYstatic StringSNAPSHOTstatic StringTAG_LATEST_OPstatic StringTAG_LATEST_SUMMARYstatic StringTAG_OBJstatic StringTAG_OPstatic StringTAG_SUMMARY
-
Constructor Summary
Constructors Constructor Description TAG()
-
-
-
Field Detail
-
TAG_SUMMARY
public static final String TAG_SUMMARY
- See Also:
- Constant Field Values
-
TAG_OP
public static final String TAG_OP
- See Also:
- Constant Field Values
-
SNAPSHOT
public static final String SNAPSHOT
- See Also:
- Constant Field Values
-
NEW_TAG
public static final String NEW_TAG
- See Also:
- Constant Field Values
-
TAG_OBJ
public static final String TAG_OBJ
- See Also:
- Constant Field Values
-
TAG_LATEST_SUMMARY
public static final String TAG_LATEST_SUMMARY
- See Also:
- Constant Field Values
-
TAG_LATEST_OP
public static final String TAG_LATEST_OP
- See Also:
- Constant Field Values
-
GET_TAGS_SUMMARY
public static final String GET_TAGS_SUMMARY
- See Also:
- Constant Field Values
-
GET_TAGS_OP
public static final String GET_TAGS_OP
- See Also:
- Constant Field Values
-
GET_TAG_NAME_SUMMARY
public static final String GET_TAG_NAME_SUMMARY
- See Also:
- Constant Field Values
-
GET_TAG_NAME_OP
public static final String GET_TAG_NAME_OP
- See Also:
- Constant Field Values
-
POST_FORM_TAG_SUMMARY
public static final String POST_FORM_TAG_SUMMARY
- See Also:
- Constant Field Values
-
POST_FORM_TAG_OP
public static final String POST_FORM_TAG_OP
- See Also:
- Constant Field Values
-
-