public class Api extends LibraryBase
| Constructor and Description |
|---|
Api(RamlDocumentNode delegateNode) |
| Modifier and Type | Method and Description |
|---|---|
StringType |
baseUri() |
List<DocumentationItem> |
documentation() |
protected Node |
getNode() |
List<StringType> |
mediaType() |
List<String> |
protocols() |
List<Resource> |
resources() |
List<TypeDeclaration> |
schemas() |
List<GlobalSchema> |
schemasV08() |
List<SecuritySchemeRef> |
securedBy() |
String |
title() |
List<TypeDeclaration> |
types() |
String |
version() |
resourceTypes, traitsdescription, displayNamegetList, 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<TypeDeclaration> types()
public List<TypeDeclaration> schemas()
public List<GlobalSchema> schemasV08()
Copyright © 2016. All rights reserved.