Uses of Class
com.oracle.bmc.identitydomains.model.AppEditableAttributes
-
Packages that use AppEditableAttributes Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppEditableAttributes in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppEditableAttributes Modifier and Type Method Description AppEditableAttributes
AppEditableAttributes.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppEditableAttributes Modifier and Type Method Description List<AppEditableAttributes>
App. getEditableAttributes()
App attributes editable by subjectMethods in com.oracle.bmc.identitydomains.model with parameters of type AppEditableAttributes Modifier and Type Method Description AppEditableAttributes.Builder
AppEditableAttributes.Builder. copy(AppEditableAttributes model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppEditableAttributes Modifier and Type Method Description App.Builder
App.Builder. editableAttributes(List<AppEditableAttributes> editableAttributes)
App attributes editable by subject
-