public class Api extends LibraryBase
| Constructor and Description |
|---|
Api(RamlDocumentNode delegateNode) |
| Modifier and Type | Method and Description |
|---|---|
StringType |
baseUri() |
List<TypeDeclaration> |
baseUriParameters() |
List<DocumentationItem> |
documentation() |
protected Node |
getNode() |
List<StringType> |
mediaType() |
List<String> |
protocols() |
String |
ramlVersion() |
List<Resource> |
resources() |
List<GlobalSchema> |
schemasV08() |
List<SecuritySchemeRef> |
securedBy() |
String |
title() |
String |
version() |
annotationTypes, resourceTypes, schemas, securitySchemes, traits, typesdescription, displayNameannotationsgetList, getListFromSeq, getObject, getStringList, getStringTypeValue, getStringValuepublic Api(RamlDocumentNode delegateNode)
protected Node getNode()
getNode in class BaseModelElementpublic String title()
public String version()
public StringType baseUri()
public List<StringType> mediaType()
public List<DocumentationItem> documentation()
public List<SecuritySchemeRef> securedBy()
public List<GlobalSchema> schemasV08()
public List<TypeDeclaration> baseUriParameters()
public String ramlVersion()
Copyright © 2016. All rights reserved.