Class AsyncApi30OAuthFlowImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30OAuthFlowImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiOAuthFlow,AsyncApi30Extensible,AsyncApi30OAuthFlow,Extensible,Node,OAuthFlow,Visitable
public class AsyncApi30OAuthFlowImpl extends NodeImpl implements AsyncApi30OAuthFlow
-
-
Constructor Summary
Constructors Constructor Description AsyncApi30OAuthFlowImpl()
-
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,String>getAvailableScopes()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()StringgetRefreshUrl()StringgetTokenUrl()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidsetAuthorizationUrl(String value)voidsetAvailableScopes(Map<String,String> value)voidsetRefreshUrl(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
-
getAvailableScopes
public Map<String,String> getAvailableScopes()
- Specified by:
getAvailableScopesin interfaceAsyncApi30OAuthFlow
-
setAvailableScopes
public void setAvailableScopes(Map<String,String> value)
- Specified by:
setAvailableScopesin interfaceAsyncApi30OAuthFlow
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi30OAuthFlow- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi30OAuthFlow- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi30OAuthFlow- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi30OAuthFlow- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi30OAuthFlow- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-