Class JsonExamples
- java.lang.Object
-
- com.anton.martynenko.jswrapper.jsexecution.constants.JsonExamples
-
public final class JsonExamples extends java.lang.Object
Response 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.String
CREATE_JS_EXECUTION_REQUEST_BODY_EXAMPLE
Json example ofJsExecution
object used as post query's body.static java.lang.String
JS_EXECUTION_ARRAY_EXAMPLE
Json example ofJsExecution
objects array .static java.lang.String
JS_EXECUTION_CAN_NOT_BE_CANCELLED_EXAMPLE
Json example ofJsExecutionCanNotBeCancelledProblem
object .static java.lang.String
JS_EXECUTION_CANCELLED_EXAMPLE
Json example of cancelledJsExecution
object .static java.lang.String
JS_EXECUTION_NOT_FOUND_EXAMPLE
Json example ofJsExecutionNotFoundProblem
object .static java.lang.String
JS_EXECUTION_SUBMITTED_EXAMPLE
Json example of submittedJsExecution
object .static java.lang.String
JS_EXECUTION_SUCCESS_EXAMPLE
Json example of successJsExecution
object .static java.lang.String
NO_SUCH_JS_EXECUTION_PROPERTY_EXAMPLE
Json example ofNoSuchPropertyProblem
object .static java.lang.String
PLAIN_TEXT_EXAMPLE
Plain text response example .
-
-
-
Field Detail
-
JS_EXECUTION_SUBMITTED_EXAMPLE
public static final java.lang.String JS_EXECUTION_SUBMITTED_EXAMPLE
Json example of submittedJsExecution
object .- See Also:
- Constant Field Values
-
JS_EXECUTION_SUCCESS_EXAMPLE
public static final java.lang.String JS_EXECUTION_SUCCESS_EXAMPLE
Json example of successJsExecution
object .- See Also:
- Constant Field Values
-
JS_EXECUTION_CANCELLED_EXAMPLE
public static final java.lang.String JS_EXECUTION_CANCELLED_EXAMPLE
Json example of cancelledJsExecution
object .- 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 ofJsExecution
object 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 ofJsExecution
objects array .- See Also:
- Constant Field Values
-
JS_EXECUTION_NOT_FOUND_EXAMPLE
public static final java.lang.String JS_EXECUTION_NOT_FOUND_EXAMPLE
Json example ofJsExecutionNotFoundProblem
object .- 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 ofJsExecutionCanNotBeCancelledProblem
object .- 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 ofNoSuchPropertyProblem
object .- 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
-
-