public class EndpointV4 extends OutputSchemaV4<Route,EndpointV4>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
description |
java.lang.String |
input_schema |
java.lang.String |
name |
java.lang.String |
output_schema |
java.lang.String |
url |
__schema
Constructor and Description |
---|
EndpointV4() |
Modifier and Type | Method and Description |
---|---|
EndpointV4 |
fillFromImpl(Route route)
Fill this Schema from the given implementation object.
|
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
@API(help="Method+Url of the request; variable parts are enclosed in curly braces. For example: /4/schemas/{schema_name}") public java.lang.String url
@API(help="Short description of the functionality provided by the endpoint.") public java.lang.String description
@API(help="Unique name of the endpoint. These names can be used to look up the endpoint\'s info via GET /4/endpoints/{name}.") public java.lang.String name
public EndpointV4 fillFromImpl(Route route)
Schema
fillFromImpl
in class Schema<Route,EndpointV4>