| Modifier and Type | Field and Description |
|---|---|
protected List<Map<String,String>> |
schemas |
| Constructor and Description |
|---|
Raml()
Constructor for Raml.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath()
getBasePath.
|
String |
getBaseUri()
Getter for the field
baseUri. |
Map<String,UriParameter> |
getBaseUriParameters()
Getter for the field
baseUriParameters. |
Map<String,String> |
getConsolidatedSchemas()
getConsolidatedSchemas.
|
List<DocumentationItem> |
getDocumentation()
Getter for the field
documentation. |
String |
getMediaType()
Getter for the field
mediaType. |
List<Protocol> |
getProtocols()
Getter for the field
protocols. |
Resource |
getResource(String path)
getResource.
|
Map<String,Resource> |
getResources()
Getter for the field
resources. |
List<Map<String,Template>> |
getResourceTypes()
Getter for the field
resourceTypes. |
List<Map<String,String>> |
getSchemas()
Getter for the field
schemas. |
List<SecurityReference> |
getSecuredBy()
Getter for the field
securedBy. |
List<Map<String,SecurityScheme>> |
getSecuritySchemes()
Getter for the field
securitySchemes. |
String |
getTitle()
Getter for the field
title. |
List<Map<String,Template>> |
getTraits()
Getter for the field
traits. |
String |
getUri()
getUri.
|
String |
getVersion()
Getter for the field
version. |
void |
setBaseUri(String baseUri)
Setter for the field
baseUri. |
void |
setBaseUriParameters(Map<String,UriParameter> uriParameters)
Setter for the field
baseUriParameters. |
void |
setDocumentation(List<DocumentationItem> documentation)
Setter for the field
documentation. |
void |
setMediaType(String mediaType)
Setter for the field
mediaType. |
void |
setProtocols(List<Protocol> protocols)
Setter for the field
protocols. |
void |
setResources(Map<String,Resource> resources)
Setter for the field
resources. |
void |
setResourceTypes(List<Map<String,Template>> resourceTypes)
Setter for the field
resourceTypes. |
void |
setSchemas(List<Map<String,String>> schemas)
Setter for the field
schemas. |
void |
setSecuredBy(List<SecurityReference> securedBy)
Setter for the field
securedBy. |
void |
setSecuritySchemes(List<Map<String,SecurityScheme>> securitySchemes)
Setter for the field
securitySchemes. |
void |
setTitle(String title)
Setter for the field
title. |
void |
setTraits(List<Map<String,Template>> traits)
Setter for the field
traits. |
void |
setVersion(String version)
Setter for the field
version. |
public void setDocumentation(List<DocumentationItem> documentation)
Setter for the field documentation.
documentation - a List object.public List<DocumentationItem> getDocumentation()
Getter for the field documentation.
List object.public void setBaseUriParameters(Map<String,UriParameter> uriParameters)
Setter for the field baseUriParameters.
uriParameters - a Map object.public void setResources(Map<String,Resource> resources)
Setter for the field resources.
resources - a Map object.public void setTitle(String title)
Setter for the field title.
title - a String object.public void setVersion(String version)
Setter for the field version.
version - a String object.public void setBaseUri(String baseUri)
Setter for the field baseUri.
baseUri - a String object.public void setMediaType(String mediaType)
Setter for the field mediaType.
mediaType - a String object.public Map<String,Resource> getResources()
Getter for the field resources.
Map object.public Map<String,UriParameter> getBaseUriParameters()
Getter for the field baseUriParameters.
Map object.public List<Map<String,Template>> getResourceTypes()
Getter for the field resourceTypes.
List object.public void setResourceTypes(List<Map<String,Template>> resourceTypes)
Setter for the field resourceTypes.
resourceTypes - a List object.public List<Map<String,Template>> getTraits()
Getter for the field traits.
List object.public void setTraits(List<Map<String,Template>> traits)
Setter for the field traits.
traits - a List object.public List<Map<String,String>> getSchemas()
Getter for the field schemas.
List object.public void setSchemas(List<Map<String,String>> schemas)
Setter for the field schemas.
schemas - a List object.public List<Protocol> getProtocols()
Getter for the field protocols.
List object.public void setProtocols(List<Protocol> protocols)
Setter for the field protocols.
protocols - a List object.public List<Map<String,SecurityScheme>> getSecuritySchemes()
Getter for the field securitySchemes.
List object.public void setSecuritySchemes(List<Map<String,SecurityScheme>> securitySchemes)
Setter for the field securitySchemes.
securitySchemes - a List object.public List<SecurityReference> getSecuredBy()
Getter for the field securedBy.
List object.public void setSecuredBy(List<SecurityReference> securedBy)
Setter for the field securedBy.
securedBy - a List object.public Map<String,String> getConsolidatedSchemas()
getConsolidatedSchemas.
Map object.Copyright © 2015 Mulesoft. All rights reserved.