Klasse OAuthFlows
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.OAuthFlows
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OAuthFlows
extends Object
OAuthFlows
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected OAuth2Definitionprotected OAuth2Definitionprotected OAuth2Definitionprotected OAuth2Definition -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedOAuthFlows(OAuth2Definition authorizationCode, OAuth2Definition clientCredentials, OAuth2Definition implicit, OAuth2Definition password, Map<String, Object> vendorExtensions) Constructs a validated instance ofOAuthFlows.OAuthFlows(Consumer<OAuthFlows> spec) Constructs a validated instance ofOAuthFlows. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauthorizationCode(OAuth2Definition authorizationCode) static OAuthFlows.OAuthFlowsBuilderbuilder()protected booleanclientCredentials(OAuth2Definition clientCredentials) booleaninthashCode()implicit()implicit(OAuth2Definition implicit) password()password(OAuth2Definition password) toString()vendorExtensions(Map<String, Object> vendorExtensions)
-
Felddetails
-
authorizationCode
-
clientCredentials
-
implicit
-
password
-
vendorExtensions
-
-
Konstruktordetails
-
OAuthFlows
Constructs a validated instance ofOAuthFlows.- Parameter:
spec- the specification to process
-
OAuthFlows
@Internal public OAuthFlows(OAuth2Definition authorizationCode, OAuth2Definition clientCredentials, OAuth2Definition implicit, OAuth2Definition password, Map<String, Object> vendorExtensions) Constructs a validated instance ofOAuthFlows.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OAuthFlows(Consumer)instead.- Parameter:
authorizationCode- var.nameclientCredentials- var.nameimplicit- var.namepassword- var.namevendorExtensions- var.name
-
OAuthFlows
protected OAuthFlows()
-
-
Methodendetails
-
builder
-
authorizationCode
-
clientCredentials
-
implicit
-
password
-
vendorExtensions
-
authorizationCode
- Gibt zurück:
this.
-
clientCredentials
- Gibt zurück:
this.
-
implicit
- Gibt zurück:
this.
-
password
- Gibt zurück:
this.
-
vendorExtensions
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-