public interface SecuritySchemaPart extends MethodBase
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationRef> |
annotations() |
MarkdownString |
description() |
String |
displayName() |
List<DataElement> |
headers() |
List<TraitRef> |
is() |
List<DataElement> |
queryParameters() |
DataElement |
queryString() |
List<Response> |
responses() |
List<SecuritySchemaRef> |
securedBy() |
body, protocolsgetErrorsList<DataElement> headers()
headers in interface HasNormalParametersList<DataElement> queryParameters()
queryParameters in interface HasNormalParametersDataElement queryString()
queryString in interface HasNormalParametersList<Response> responses()
responses in interface MethodBaseList<TraitRef> is()
is in interface MethodBaseList<SecuritySchemaRef> securedBy()
securedBy in interface MethodBaseString displayName()
displayName in interface RAMLLanguageElementMarkdownString description()
description in interface RAMLLanguageElementList<AnnotationRef> annotations()
annotations in interface RAMLLanguageElementCopyright © 2016 RAML. All rights reserved.