Uses of Class
com.oracle.bmc.identitydomains.model.AppAttrRenderingMetadata.Section
-
Packages that use AppAttrRenderingMetadata.Section Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAttrRenderingMetadata.Section in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAttrRenderingMetadata.Section Modifier and Type Method Description static AppAttrRenderingMetadata.Section
AppAttrRenderingMetadata.Section. create(String key)
AppAttrRenderingMetadata.Section
AppAttrRenderingMetadata. getSection()
UI widget to use for the attribute.static AppAttrRenderingMetadata.Section
AppAttrRenderingMetadata.Section. valueOf(String name)
Returns the enum constant of this type with the specified name.static AppAttrRenderingMetadata.Section[]
AppAttrRenderingMetadata.Section. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppAttrRenderingMetadata.Section Modifier and Type Method Description AppAttrRenderingMetadata.Builder
AppAttrRenderingMetadata.Builder. section(AppAttrRenderingMetadata.Section section)
UI widget to use for the attribute.Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppAttrRenderingMetadata.Section Constructor Description AppAttrRenderingMetadata(String name, String label, String helptext, AppAttrRenderingMetadata.Widget widget, String datatype, AppAttrRenderingMetadata.Section section, Integer order, Boolean required, String regexp, Boolean readOnly, Boolean visible, Integer minLength, Integer maxLength, Integer minSize, Integer maxSize)
Deprecated.
-