@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class UpdateUserCapabilitiesDetails extends ExplicitlySetBmcModel
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
ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
ExplicitlySetBmcModel.__explicitlySet__
into account. The constructor, on the other hand, does not set ExplicitlySetBmcModel.__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) |
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() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@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.
public String toString()
toString
in class ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2022. All rights reserved.