Uses of Interface
com.sap.cloudfoundry.client.facade.oauth2.Oauth2AccessTokenResponse
-
Packages that use Oauth2AccessTokenResponse Package Description com.sap.cloudfoundry.client.facade.oauth2 -
-
Uses of Oauth2AccessTokenResponse in com.sap.cloudfoundry.client.facade.oauth2
Classes in com.sap.cloudfoundry.client.facade.oauth2 that implement Oauth2AccessTokenResponse Modifier and Type Class Description classImmutableOauth2AccessTokenResponseImmutable implementation ofOauth2AccessTokenResponse.Methods in com.sap.cloudfoundry.client.facade.oauth2 with parameters of type Oauth2AccessTokenResponse Modifier and Type Method Description static ImmutableOauth2AccessTokenResponseImmutableOauth2AccessTokenResponse. copyOf(Oauth2AccessTokenResponse instance)Creates an immutable copy of aOauth2AccessTokenResponsevalue.OAuth2AccessTokenWithAdditionalInfoTokenFactory. createToken(Oauth2AccessTokenResponse oauth2AccessTokenResponse)ImmutableOauth2AccessTokenResponse.BuilderImmutableOauth2AccessTokenResponse.Builder. from(Oauth2AccessTokenResponse instance)Fill a builder with attribute values from the providedOauth2AccessTokenResponseinstance.
-