Class JsonExamples
- java.lang.Object
-
- com.anton.martynenko.jswrapper.jsexecution.constants.JsonExamples
-
public final class JsonExamples extends java.lang.ObjectResponse json body example constants. We need this values for informative openapi-documentation.- Since:
- 1.1
- Author:
- Martynenko Anton
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCREATE_JS_EXECUTION_REQUEST_BODY_EXAMPLEJson example ofJsExecutionobject used as post query's body.static java.lang.StringJS_EXECUTION_ARRAY_EXAMPLEJson example ofJsExecutionobjects array .static java.lang.StringJS_EXECUTION_CAN_NOT_BE_CANCELLED_EXAMPLEJson example ofJsExecutionCanNotBeCancelledProblemobject .static java.lang.StringJS_EXECUTION_CANCELLED_EXAMPLEJson example of cancelledJsExecutionobject .static java.lang.StringJS_EXECUTION_NOT_FOUND_EXAMPLEJson example ofJsExecutionNotFoundProblemobject .static java.lang.StringJS_EXECUTION_SUBMITTED_EXAMPLEJson example of submittedJsExecutionobject .static java.lang.StringJS_EXECUTION_SUCCESS_EXAMPLEJson example of successJsExecutionobject .static java.lang.StringNO_SUCH_JS_EXECUTION_PROPERTY_EXAMPLEJson example ofNoSuchPropertyProblemobject .static java.lang.StringPLAIN_TEXT_EXAMPLEPlain text response example .
-
-
-
Field Detail
-
JS_EXECUTION_SUBMITTED_EXAMPLE
public static final java.lang.String JS_EXECUTION_SUBMITTED_EXAMPLE
Json example of submittedJsExecutionobject .- See Also:
- Constant Field Values
-
JS_EXECUTION_SUCCESS_EXAMPLE
public static final java.lang.String JS_EXECUTION_SUCCESS_EXAMPLE
Json example of successJsExecutionobject .- See Also:
- Constant Field Values
-
JS_EXECUTION_CANCELLED_EXAMPLE
public static final java.lang.String JS_EXECUTION_CANCELLED_EXAMPLE
Json example of cancelledJsExecutionobject .- See Also:
- Constant Field Values
-
CREATE_JS_EXECUTION_REQUEST_BODY_EXAMPLE
public static final java.lang.String CREATE_JS_EXECUTION_REQUEST_BODY_EXAMPLE
Json example ofJsExecutionobject used as post query's body.- See Also:
- Constant Field Values
-
JS_EXECUTION_ARRAY_EXAMPLE
public static final java.lang.String JS_EXECUTION_ARRAY_EXAMPLE
Json example ofJsExecutionobjects array .- See Also:
- Constant Field Values
-
JS_EXECUTION_NOT_FOUND_EXAMPLE
public static final java.lang.String JS_EXECUTION_NOT_FOUND_EXAMPLE
Json example ofJsExecutionNotFoundProblemobject .- See Also:
- Constant Field Values
-
JS_EXECUTION_CAN_NOT_BE_CANCELLED_EXAMPLE
public static final java.lang.String JS_EXECUTION_CAN_NOT_BE_CANCELLED_EXAMPLE
Json example ofJsExecutionCanNotBeCancelledProblemobject .- See Also:
- Constant Field Values
-
NO_SUCH_JS_EXECUTION_PROPERTY_EXAMPLE
public static final java.lang.String NO_SUCH_JS_EXECUTION_PROPERTY_EXAMPLE
Json example ofNoSuchPropertyProblemobject .- See Also:
- Constant Field Values
-
PLAIN_TEXT_EXAMPLE
public static final java.lang.String PLAIN_TEXT_EXAMPLE
Plain text response example .- See Also:
- Constant Field Values
-
-