Class OpenApi31OAuthFlowsImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.openapi.v31.OpenApi31OAuthFlowsImpl
-
- All Implemented Interfaces:
Extensible,Node,OAuthFlows,OpenApiExtensible,OpenApiOAuthFlows,OpenApi31Extensible,OpenApi31OAuthFlows,Visitable
public class OpenApi31OAuthFlowsImpl extends NodeImpl implements OpenApi31OAuthFlows
-
-
Constructor Summary
Constructors Constructor Description OpenApi31OAuthFlowsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)voidaddExtension(String name, com.fasterxml.jackson.databind.JsonNode value)voidclearExtensions()OpenApi31OAuthFlowcreateOAuthFlow()NodeemptyClone()OAuthFlowgetAuthorizationCode()OAuthFlowgetClientCredentials()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()OAuthFlowgetImplicit()OAuthFlowgetPassword()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidsetAuthorizationCode(OAuthFlow value)voidsetClientCredentials(OAuthFlow value)voidsetImplicit(OAuthFlow value)voidsetPassword(OAuthFlow value)-
Methods inherited from class io.apicurio.datamodels.models.NodeImpl
_setMapPropertyName, _setParentPropertyName, _setParentPropertyType, addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, isEntity, isEntityList, isEntityMap, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
getImplicit
public OAuthFlow getImplicit()
- Specified by:
getImplicitin interfaceOAuthFlows
-
setImplicit
public void setImplicit(OAuthFlow value)
- Specified by:
setImplicitin interfaceOAuthFlows
-
createOAuthFlow
public OpenApi31OAuthFlow createOAuthFlow()
- Specified by:
createOAuthFlowin interfaceOAuthFlows
-
getPassword
public OAuthFlow getPassword()
- Specified by:
getPasswordin interfaceOAuthFlows
-
setPassword
public void setPassword(OAuthFlow value)
- Specified by:
setPasswordin interfaceOAuthFlows
-
getClientCredentials
public OAuthFlow getClientCredentials()
- Specified by:
getClientCredentialsin interfaceOAuthFlows
-
setClientCredentials
public void setClientCredentials(OAuthFlow value)
- Specified by:
setClientCredentialsin interfaceOAuthFlows
-
getAuthorizationCode
public OAuthFlow getAuthorizationCode()
- Specified by:
getAuthorizationCodein interfaceOAuthFlows
-
setAuthorizationCode
public void setAuthorizationCode(OAuthFlow value)
- Specified by:
setAuthorizationCodein interfaceOAuthFlows
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible- Specified by:
getExtensionsin interfaceOpenApi31OAuthFlows
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible- Specified by:
addExtensionin interfaceOpenApi31OAuthFlows
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible- Specified by:
clearExtensionsin interfaceOpenApi31OAuthFlows
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible- Specified by:
removeExtensionin interfaceOpenApi31OAuthFlows
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible- Specified by:
insertExtensionin interfaceOpenApi31OAuthFlows
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-