public class SecuritySchemaPartImpl extends MethodBaseImpl implements SecuritySchemaPart
| Modifier | Constructor and Description |
|---|---|
protected |
SecuritySchemaPartImpl() |
|
SecuritySchemaPartImpl(Object jsNode,
JavaNodeFactory factory) |
| 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, protocolsgetAttribute, getAttributes, getElement, getElements, getErrors, toJSON, toJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbody, protocolsgetErrorspublic SecuritySchemaPartImpl(Object jsNode, JavaNodeFactory factory)
protected SecuritySchemaPartImpl()
public List<DataElement> headers()
headers in interface SecuritySchemaPartheaders in interface HasNormalParametersheaders in class HasNormalParametersImplpublic List<DataElement> queryParameters()
queryParameters in interface SecuritySchemaPartqueryParameters in interface HasNormalParametersqueryParameters in class HasNormalParametersImplpublic DataElement queryString()
queryString in interface SecuritySchemaPartqueryString in interface HasNormalParametersqueryString in class HasNormalParametersImplpublic List<Response> responses()
responses in interface MethodBaseresponses in interface SecuritySchemaPartresponses in class MethodBaseImplpublic List<TraitRef> is()
is in interface MethodBaseis in interface SecuritySchemaPartis in class MethodBaseImplpublic List<SecuritySchemaRef> securedBy()
securedBy in interface MethodBasesecuredBy in interface SecuritySchemaPartsecuredBy in class MethodBaseImplpublic String displayName()
displayName in interface RAMLLanguageElementdisplayName in interface SecuritySchemaPartdisplayName in class RAMLLanguageElementImplpublic MarkdownString description()
description in interface RAMLLanguageElementdescription in interface SecuritySchemaPartdescription in class RAMLLanguageElementImplpublic List<AnnotationRef> annotations()
annotations in interface RAMLLanguageElementannotations in interface SecuritySchemaPartannotations in class RAMLLanguageElementImplCopyright © 2016 RAML. All rights reserved.