Package io.vertx.mutiny.openapi.contract
Class OAuthFlows
java.lang.Object
io.vertx.mutiny.openapi.contract.OAuthFlows
- All Implemented Interfaces:
- MutinyDelegate
Represents an OAuth Flows Object.
 
 NOTE: This class has been automatically generated from the 
original non Mutiny-ified interface using Vert.x codegen.- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionOAuthFlows(io.vertx.openapi.contract.OAuthFlows delegate) OAuthFlows(Object delegate) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.OAuthFlowsinthashCode()static OAuthFlowsnewInstance(io.vertx.openapi.contract.OAuthFlows arg) toString()
- 
Field Details- 
__TYPE_ARG
 
- 
- 
Constructor Details- 
OAuthFlowspublic OAuthFlows(io.vertx.openapi.contract.OAuthFlows delegate) 
- 
OAuthFlows
 
- 
- 
Method Details- 
getDelegatepublic io.vertx.openapi.contract.OAuthFlows getDelegate()- Specified by:
- getDelegatein interface- MutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
getImplicit- Returns:
 
- 
getPassword- Returns:
 
- 
getClientCredentials- Returns:
 
- 
getAuthorizationCode- Returns:
 
- 
newInstance
 
-