Class AsyncApi24OAuthFlowImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24OAuthFlowImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiOAuthFlow,AsyncApi24Extensible,AsyncApi24OAuthFlow,Extensible,Node,OAuthFlow,Visitable
public class AsyncApi24OAuthFlowImpl extends NodeImpl implements AsyncApi24OAuthFlow
-
-
Constructor Summary
Constructors Constructor Description AsyncApi24OAuthFlowImpl()
-
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()NodeemptyClone()StringgetAuthorizationUrl()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()StringgetRefreshUrl()Map<String,String>getScopes()StringgetTokenUrl()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidsetAuthorizationUrl(String value)voidsetRefreshUrl(String value)voidsetScopes(Map<String,String> value)voidsetTokenUrl(String 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
-
getAuthorizationUrl
public String getAuthorizationUrl()
- Specified by:
getAuthorizationUrlin interfaceOAuthFlow
-
setAuthorizationUrl
public void setAuthorizationUrl(String value)
- Specified by:
setAuthorizationUrlin interfaceOAuthFlow
-
getTokenUrl
public String getTokenUrl()
- Specified by:
getTokenUrlin interfaceOAuthFlow
-
setTokenUrl
public void setTokenUrl(String value)
- Specified by:
setTokenUrlin interfaceOAuthFlow
-
getRefreshUrl
public String getRefreshUrl()
- Specified by:
getRefreshUrlin interfaceOAuthFlow
-
setRefreshUrl
public void setRefreshUrl(String value)
- Specified by:
setRefreshUrlin interfaceOAuthFlow
-
getScopes
public Map<String,String> getScopes()
- Specified by:
getScopesin interfaceAsyncApi24OAuthFlow
-
setScopes
public void setScopes(Map<String,String> value)
- Specified by:
setScopesin interfaceAsyncApi24OAuthFlow
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi24OAuthFlow- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi24OAuthFlow- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi24OAuthFlow- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi24OAuthFlow- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi24OAuthFlow- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-