Klasse Metadata
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Metadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Metadata
extends Object
Metadata
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungURL to get the access token from the authorization serveraccessTokenURL
(String accessTokenURL) URL to get the access token from the authorization serverURL to get the approval from the resource ownerauthorizeURL
(String authorizeURL) URL to get the approval from the resource ownerstatic Metadata.MetadataBuilder
builder()
protected boolean
boolean
int
hashCode()
URL to get the new access token from the refresh tokenrefreshTokenURL
(String refreshTokenURL) URL to get the new access token from the refresh tokentoString()
-
Felddetails
-
accessTokenURL
URL to get the access token from the authorization server -
authorizeURL
URL to get the approval from the resource owner -
refreshTokenURL
URL to get the new access token from the refresh token
-
-
Konstruktordetails
-
Metadata
Constructs a validated instance ofMetadata
.- Parameter:
spec
- the specification to process
-
Metadata
Constructs a validated instance ofMetadata
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Metadata(Consumer)
instead.- Parameter:
accessTokenURL
- URL to get the access token from the authorization serverauthorizeURL
- URL to get the approval from the resource ownerrefreshTokenURL
- URL to get the new access token from the refresh token
-
Metadata
protected Metadata()
-
-
Methodendetails
-
builder
-
accessTokenURL
URL to get the access token from the authorization server -
authorizeURL
URL to get the approval from the resource owner -
refreshTokenURL
URL to get the new access token from the refresh token -
accessTokenURL
URL to get the access token from the authorization server- Gibt zurück:
this
.
-
authorizeURL
URL to get the approval from the resource owner- Gibt zurück:
this
.
-
refreshTokenURL
URL to get the new access token from the refresh token- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-