@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class UpdateUserCapabilitiesDetails extends Object
Note: Objects should always be created or deserialized using the 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 canUseCustomerSecretKeys)
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 |
getCanUseSmtpCredentials()
Indicates if the user can use SMTP passwords.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"canUseConsolePassword","canUseApiKeys","canUseAuthTokens","canUseSmtpCredentials","canUseCustomerSecretKeys"}) @Deprecated public UpdateUserCapabilitiesDetails(Boolean canUseConsolePassword, Boolean canUseApiKeys, Boolean canUseAuthTokens, Boolean canUseSmtpCredentials, Boolean canUseCustomerSecretKeys)
public static UpdateUserCapabilitiesDetails.Builder builder()
Create a new builder.
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 getCanUseCustomerSecretKeys()
Indicates if the user can use SigV4 symmetric keys.
Copyright © 2016–2019. All rights reserved.