Package org.openapitools.client.model
Class ApplicationCredentialsOAuthClient
java.lang.Object
org.openapitools.client.model.ApplicationCredentialsOAuthClient
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class ApplicationCredentialsOAuthClient
extends Object
ApplicationCredentialsOAuthClient
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionautoKeyRotation(Boolean autoKeyRotation) clientSecret(String clientSecret) booleanGet autoKeyRotationGet clientIdGet clientSecretGet tokenEndpointAuthMethodinthashCode()voidsetAutoKeyRotation(Boolean autoKeyRotation) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) tokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) toString() 
- 
Field Details
- 
JSON_PROPERTY_AUTO_KEY_ROTATION
- See Also:
 
 - 
JSON_PROPERTY_CLIENT_ID
- See Also:
 
 - 
JSON_PROPERTY_CLIENT_SECRET
- See Also:
 
 - 
JSON_PROPERTY_TOKEN_ENDPOINT_AUTH_METHOD
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ApplicationCredentialsOAuthClient
public ApplicationCredentialsOAuthClient() 
 - 
 - 
Method Details
- 
autoKeyRotation
 - 
getAutoKeyRotation
Get autoKeyRotation- Returns:
 - autoKeyRotation
 
 - 
setAutoKeyRotation
 - 
clientId
 - 
getClientId
Get clientId- Returns:
 - clientId
 
 - 
setClientId
 - 
clientSecret
 - 
getClientSecret
Get clientSecret- Returns:
 - clientSecret
 
 - 
setClientSecret
 - 
tokenEndpointAuthMethod
public ApplicationCredentialsOAuthClient tokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)  - 
getTokenEndpointAuthMethod
Get tokenEndpointAuthMethod- Returns:
 - tokenEndpointAuthMethod
 
 - 
setTokenEndpointAuthMethod
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -