Uses of Class
com.oracle.bmc.identitydomains.model.AppAttrRenderingMetadata
-
Packages that use AppAttrRenderingMetadata Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAttrRenderingMetadata in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAttrRenderingMetadata Modifier and Type Method Description AppAttrRenderingMetadata
AppAttrRenderingMetadata.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppAttrRenderingMetadata Modifier and Type Method Description List<AppAttrRenderingMetadata>
App. getAttrRenderingMetadata()
Label for the attribute to be shown in the UI.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppAttrRenderingMetadata Modifier and Type Method Description AppAttrRenderingMetadata.Builder
AppAttrRenderingMetadata.Builder. copy(AppAttrRenderingMetadata model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppAttrRenderingMetadata Modifier and Type Method Description App.Builder
App.Builder. attrRenderingMetadata(List<AppAttrRenderingMetadata> attrRenderingMetadata)
Label for the attribute to be shown in the UI.
-