Package org.openapitools.client.model
Class OAuthApplicationCredentials
java.lang.Object
org.openapitools.client.model.OAuthApplicationCredentials
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class OAuthApplicationCredentials
extends Object
OAuthApplicationCredentials
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get oauthClientGet signingGet userNameTemplateint
hashCode()
oauthClient
(ApplicationCredentialsOAuthClient oauthClient) void
setOauthClient
(ApplicationCredentialsOAuthClient oauthClient) void
setSigning
(ApplicationCredentialsSigning signing) void
setUserNameTemplate
(ApplicationCredentialsUsernameTemplate userNameTemplate) signing
(ApplicationCredentialsSigning signing) toString()
userNameTemplate
(ApplicationCredentialsUsernameTemplate userNameTemplate)
-
Field Details
-
JSON_PROPERTY_SIGNING
- See Also:
-
JSON_PROPERTY_USER_NAME_TEMPLATE
- See Also:
-
JSON_PROPERTY_OAUTH_CLIENT
- See Also:
-
-
Constructor Details
-
OAuthApplicationCredentials
public OAuthApplicationCredentials()
-
-
Method Details
-
signing
-
getSigning
Get signing- Returns:
- signing
-
setSigning
-
userNameTemplate
public OAuthApplicationCredentials userNameTemplate(ApplicationCredentialsUsernameTemplate userNameTemplate) -
getUserNameTemplate
Get userNameTemplate- Returns:
- userNameTemplate
-
setUserNameTemplate
-
oauthClient
-
getOauthClient
Get oauthClient- Returns:
- oauthClient
-
setOauthClient
-
equals
-
hashCode
public int hashCode() -
toString
-