Uses of Class
org.apache.juneau.bean.openapi3.OAuthFlows
Packages that use OAuthFlows
- 
Uses of OAuthFlows in org.apache.juneau.bean.openapi3Methods in org.apache.juneau.bean.openapi3 that return OAuthFlowsModifier and TypeMethodDescriptionOAuthFlows.copy()Make a deep copy of this object.static final OAuthFlowsOpenApiBuilder.oAuthFlows()Creates an emptyOAuthFlowselement.OAuthFlows.setAuthorizationCode(OAuthFlow value) Bean property setter:authorizationCode .OAuthFlows.setClientCredentials(OAuthFlow value) Bean property setter:items .OAuthFlows.setImplicit(OAuthFlow value) Bean property setter:items .OAuthFlows.setPassword(OAuthFlow value) Bean property setter:items .protected OAuthFlowsOAuthFlows.strict()Constructors in org.apache.juneau.bean.openapi3 with parameters of type OAuthFlows