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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOAuthFlows(io.vertx.openapi.contract.OAuthFlows delegate) OAuthFlows(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.OAuthFlowsinthashCode()static OAuthFlowsnewInstance(io.vertx.openapi.contract.OAuthFlows arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
OAuthFlows
public OAuthFlows(io.vertx.openapi.contract.OAuthFlows delegate) -
OAuthFlows
-
-
Method Details
-
getDelegate
public io.vertx.openapi.contract.OAuthFlows getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
getImplicit
- Returns:
-
getPassword
- Returns:
-
getClientCredentials
- Returns:
-
getAuthorizationCode
- Returns:
-
newInstance
-