public interface SecuritySchemeDefinition
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getType() |
Map<String,Object> |
getVendorExtensions() |
void |
setDescription(String description) |
void |
setType(String type) |
void |
setVendorExtension(String name,
Object value) |
Copyright © 2017. All Rights Reserved.