@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class UpdateUserCapabilitiesDetails extends Object
UpdateUserCapabilitiesDetails.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the UpdateUserCapabilitiesDetails.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
UpdateUserCapabilitiesDetails.Builder |
Constructor and Description |
---|
UpdateUserCapabilitiesDetails(Boolean canUseConsolePassword,
Boolean canUseApiKeys,
Boolean canUseAuthTokens,
Boolean canUseSmtpCredentials,
Boolean canUseDBCredentials,
Boolean canUseCustomerSecretKeys,
Boolean canUseOAuth2ClientCredentials)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateUserCapabilitiesDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Boolean |
getCanUseApiKeys()
Indicates if the user can use API keys.
|
Boolean |
getCanUseAuthTokens()
Indicates if the user can use SWIFT passwords / auth tokens.
|
Boolean |
getCanUseConsolePassword()
Indicates if the user can log in to the console.
|
Boolean |
getCanUseCustomerSecretKeys()
Indicates if the user can use SigV4 symmetric keys.
|
Boolean |
getCanUseDBCredentials()
Indicates if the user can use DB passwords.
|
Boolean |
getCanUseOAuth2ClientCredentials()
Indicates if the user can use OAuth2 credentials and tokens.
|
Boolean |
getCanUseSmtpCredentials()
Indicates if the user can use SMTP passwords.
|
int |
hashCode() |
UpdateUserCapabilitiesDetails.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"canUseConsolePassword","canUseApiKeys","canUseAuthTokens","canUseSmtpCredentials","canUseDBCredentials","canUseCustomerSecretKeys","canUseOAuth2ClientCredentials"}) public UpdateUserCapabilitiesDetails(Boolean canUseConsolePassword, Boolean canUseApiKeys, Boolean canUseAuthTokens, Boolean canUseSmtpCredentials, Boolean canUseDBCredentials, Boolean canUseCustomerSecretKeys, Boolean canUseOAuth2ClientCredentials)
public static UpdateUserCapabilitiesDetails.Builder builder()
Create a new builder.
public UpdateUserCapabilitiesDetails.Builder toBuilder()
public Boolean getCanUseConsolePassword()
Indicates if the user can log in to the console.
public Boolean getCanUseApiKeys()
Indicates if the user can use API keys.
public Boolean getCanUseAuthTokens()
Indicates if the user can use SWIFT passwords / auth tokens.
public Boolean getCanUseSmtpCredentials()
Indicates if the user can use SMTP passwords.
public Boolean getCanUseDBCredentials()
Indicates if the user can use DB passwords.
public Boolean getCanUseCustomerSecretKeys()
Indicates if the user can use SigV4 symmetric keys.
public Boolean getCanUseOAuth2ClientCredentials()
Indicates if the user can use OAuth2 credentials and tokens.
Copyright © 2016–2022. All rights reserved.