Class AsyncApi22OAuthFlowsImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22OAuthFlowsImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiOAuthFlows,AsyncApi22Extensible,AsyncApi22OAuthFlows,Extensible,Node,OAuthFlows,Visitable
public class AsyncApi22OAuthFlowsImpl extends NodeImpl implements AsyncApi22OAuthFlows
-
-
Constructor Summary
Constructors Constructor Description AsyncApi22OAuthFlowsImpl()
-
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()AsyncApi22OAuthFlowcreateOAuthFlow()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 AsyncApi22OAuthFlow 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 interfaceAsyncApi22OAuthFlows- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi22OAuthFlows- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi22OAuthFlows- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi22OAuthFlows- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi22OAuthFlows- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-