Class IdentitySettingsMyProfile.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.IdentitySettingsMyProfile.Builder
 
- 
- Enclosing class:
- IdentitySettingsMyProfile
 
 public static class IdentitySettingsMyProfile.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentitySettingsMyProfile.BuilderallowEndUsersToChangeTheirPassword(Boolean allowEndUsersToChangeTheirPassword)Whether to allow users to change their own password.IdentitySettingsMyProfile.BuilderallowEndUsersToLinkTheirSupportAccount(Boolean allowEndUsersToLinkTheirSupportAccount)Whether to allow users to link or unlink their support accounts.IdentitySettingsMyProfile.BuilderallowEndUsersToManageTheirCapabilities(Boolean allowEndUsersToManageTheirCapabilities)Whether to allow users to update their capabilities.IdentitySettingsMyProfile.BuilderallowEndUsersToUpdateTheirSecuritySettings(Boolean allowEndUsersToUpdateTheirSecuritySettings)Whether to allow users to update their security settings.IdentitySettingsMyProfilebuild()IdentitySettingsMyProfile.Buildercopy(IdentitySettingsMyProfile model)
 
- 
- 
- 
Method Detail- 
allowEndUsersToChangeTheirPasswordpublic IdentitySettingsMyProfile.Builder allowEndUsersToChangeTheirPassword(Boolean allowEndUsersToChangeTheirPassword) Whether to allow users to change their own password.*Added In:** 2207040824 *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none - Parameters:
- allowEndUsersToChangeTheirPassword- the value to set
- Returns:
- this builder
 
 - 
allowEndUsersToLinkTheirSupportAccountpublic IdentitySettingsMyProfile.Builder allowEndUsersToLinkTheirSupportAccount(Boolean allowEndUsersToLinkTheirSupportAccount) Whether to allow users to link or unlink their support accounts.*Added In:** 2207040824 *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none - Parameters:
- allowEndUsersToLinkTheirSupportAccount- the value to set
- Returns:
- this builder
 
 - 
allowEndUsersToUpdateTheirSecuritySettingspublic IdentitySettingsMyProfile.Builder allowEndUsersToUpdateTheirSecuritySettings(Boolean allowEndUsersToUpdateTheirSecuritySettings) Whether to allow users to update their security settings.*Added In:** 2207040824 *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none - Parameters:
- allowEndUsersToUpdateTheirSecuritySettings- the value to set
- Returns:
- this builder
 
 - 
allowEndUsersToManageTheirCapabilitiespublic IdentitySettingsMyProfile.Builder allowEndUsersToManageTheirCapabilities(Boolean allowEndUsersToManageTheirCapabilities) Whether to allow users to update their capabilities.*Added In:** 2207040824 *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none - Parameters:
- allowEndUsersToManageTheirCapabilities- the value to set
- Returns:
- this builder
 
 - 
buildpublic IdentitySettingsMyProfile build() 
 - 
copypublic IdentitySettingsMyProfile.Builder copy(IdentitySettingsMyProfile model) 
 
- 
 
-