Uses of Class
com.oracle.bmc.identitydomains.model.UserAttributesSetting
-
Packages that use UserAttributesSetting Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.responses -
-
Uses of UserAttributesSetting in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserAttributesSetting Modifier and Type Method Description UserAttributesSetting
UserAttributesSetting.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type UserAttributesSetting Modifier and Type Method Description List<UserAttributesSetting>
UserAttributesSettings. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type UserAttributesSetting Modifier and Type Method Description UserAttributesSetting.Builder
UserAttributesSetting.Builder. copy(UserAttributesSetting model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserAttributesSetting Modifier and Type Method Description UserAttributesSettings.Builder
UserAttributesSettings.Builder. resources(List<UserAttributesSetting> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of UserAttributesSetting in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return UserAttributesSetting Modifier and Type Method Description UserAttributesSetting
GetUserAttributesSettingResponse. getUserAttributesSetting()
The returned UserAttributesSetting instance.UserAttributesSetting
PatchUserAttributesSettingResponse. getUserAttributesSetting()
The returned UserAttributesSetting instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type UserAttributesSetting Modifier and Type Method Description GetUserAttributesSettingResponse.Builder
GetUserAttributesSettingResponse.Builder. userAttributesSetting(UserAttributesSetting userAttributesSetting)
The returned UserAttributesSetting instance.PatchUserAttributesSettingResponse.Builder
PatchUserAttributesSettingResponse.Builder. userAttributesSetting(UserAttributesSetting userAttributesSetting)
The returned UserAttributesSetting instance.
-