Class ClientCredentialsResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydataplane.model.ClientCredentialsResponse.Builder
 
- 
- Enclosing class:
- ClientCredentialsResponse
 
 public static class ClientCredentialsResponse.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientCredentialsResponse.BuilderaccessToken(String accessToken)The access token.ClientCredentialsResponsebuild()ClientCredentialsResponse.Buildercopy(ClientCredentialsResponse model)ClientCredentialsResponse.BuilderexpiresIn(String expiresIn)The amount of time until the token expires.ClientCredentialsResponse.BuildertokenType(String tokenType)The token type.
 
- 
- 
- 
Method Detail- 
accessTokenpublic ClientCredentialsResponse.Builder accessToken(String accessToken) The access token.- Parameters:
- accessToken- the value to set
- Returns:
- this builder
 
 - 
tokenTypepublic ClientCredentialsResponse.Builder tokenType(String tokenType) The token type.- Parameters:
- tokenType- the value to set
- Returns:
- this builder
 
 - 
expiresInpublic ClientCredentialsResponse.Builder expiresIn(String expiresIn) The amount of time until the token expires.- Parameters:
- expiresIn- the value to set
- Returns:
- this builder
 
 - 
buildpublic ClientCredentialsResponse build() 
 - 
copypublic ClientCredentialsResponse.Builder copy(ClientCredentialsResponse model) 
 
- 
 
-