Klasse OAuthFlows
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.OAuthFlows
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OAuthFlows
extends Object
OAuthFlows
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected OAuth2Definition
protected OAuth2Definition
protected OAuth2Definition
protected OAuth2Definition
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
OAuthFlows
(OAuth2Definition authorizationCode, OAuth2Definition clientCredentials, OAuth2Definition implicit, OAuth2Definition password, Map<String, Object> vendorExtensions) OAuthFlows
(Consumer<OAuthFlows> spec) Constructs a validated implementation ofOAuthFlows
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauthorizationCode
(OAuth2Definition authorizationCode) protected boolean
clientCredentials
(OAuth2Definition clientCredentials) boolean
int
hashCode()
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 implementation ofOAuthFlows
.- Parameter:
spec
- the specification to process
-
OAuthFlows
public OAuthFlows(OAuth2Definition authorizationCode, OAuth2Definition clientCredentials, OAuth2Definition implicit, OAuth2Definition password, Map<String, Object> vendorExtensions) -
OAuthFlows
protected OAuthFlows()
-
-
Methodendetails
-
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
-