public class EndpointV4 extends OutputSchemaV4
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description
Short description of the functionality provided by the endpoint.
|
java.lang.String |
inputSchema
Input schema.
|
java.lang.String |
name
Unique name of the endpoint.
|
java.lang.String |
outputSchema
Schema for the result returned by the endpoint.
|
java.lang.String |
url
Method+Url of the request; variable parts are enclosed in curly braces.
|
__schema| Constructor and Description |
|---|
EndpointV4()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String url
public java.lang.String description
public java.lang.String name
public java.lang.String inputSchema
public java.lang.String outputSchema
public java.lang.String toString()
toString in class OutputSchemaV4