public class SecurityScheme extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecurityScheme.In
Gets or Sets in
|
static class |
SecurityScheme.Type
Gets or Sets type
|
Constructor and Description |
---|
SecurityScheme() |
Modifier and Type | Method and Description |
---|---|
SecurityScheme |
$ref(String $ref) |
void |
addExtension(String name,
Object value) |
SecurityScheme |
bearerFormat(String bearerFormat) |
SecurityScheme |
description(String description) |
boolean |
equals(Object o) |
SecurityScheme |
extensions(Map<String,Object> extensions) |
SecurityScheme |
flows(OAuthFlows flows) |
String |
get$ref()
returns the $ref property from an SecurityScheme instance.
|
String |
getBearerFormat()
returns the bearerFormat property from a SecurityScheme instance.
|
String |
getDescription()
returns the description property from a SecurityScheme instance.
|
Map<String,Object> |
getExtensions() |
OAuthFlows |
getFlows()
returns the flows property from a SecurityScheme instance.
|
SecurityScheme.In |
getIn()
returns the in property from a SecurityScheme instance.
|
String |
getName()
returns the name property from a SecurityScheme instance.
|
String |
getOpenIdConnectUrl()
returns the openIdConnectUrl property from a SecurityScheme instance.
|
String |
getScheme()
returns the scheme property from a SecurityScheme instance.
|
SecurityScheme.Type |
getType()
returns the type property from a SecurityScheme instance.
|
int |
hashCode() |
SecurityScheme |
in(SecurityScheme.In in) |
SecurityScheme |
name(String name) |
SecurityScheme |
openIdConnectUrl(String openIdConnectUrl) |
SecurityScheme |
scheme(String scheme) |
void |
set$ref(String $ref) |
void |
setBearerFormat(String bearerFormat) |
void |
setDescription(String description) |
void |
setExtensions(Map<String,Object> extensions) |
void |
setFlows(OAuthFlows flows) |
void |
setIn(SecurityScheme.In in) |
void |
setName(String name) |
void |
setOpenIdConnectUrl(String openIdConnectUrl) |
void |
setScheme(String scheme) |
void |
setType(SecurityScheme.Type type) |
String |
toString() |
SecurityScheme |
type(SecurityScheme.Type type) |
public SecurityScheme.Type getType()
public void setType(SecurityScheme.Type type)
public SecurityScheme type(SecurityScheme.Type type)
public String getDescription()
public void setDescription(String description)
public SecurityScheme description(String description)
public String getName()
public void setName(String name)
public SecurityScheme name(String name)
public SecurityScheme.In getIn()
public void setIn(SecurityScheme.In in)
public SecurityScheme in(SecurityScheme.In in)
public String getScheme()
public void setScheme(String scheme)
public SecurityScheme scheme(String scheme)
public String getBearerFormat()
public void setBearerFormat(String bearerFormat)
public SecurityScheme bearerFormat(String bearerFormat)
public OAuthFlows getFlows()
public void setFlows(OAuthFlows flows)
public SecurityScheme flows(OAuthFlows flows)
public String getOpenIdConnectUrl()
public void setOpenIdConnectUrl(String openIdConnectUrl)
public SecurityScheme openIdConnectUrl(String openIdConnectUrl)
public SecurityScheme extensions(Map<String,Object> extensions)
public String get$ref()
public void set$ref(String $ref)
public SecurityScheme $ref(String $ref)
Copyright © 2021. All rights reserved.