Uses of Class
com.oracle.bmc.identitydomains.model.AppAttrRenderingMetadata.Widget
-
Packages that use AppAttrRenderingMetadata.Widget Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAttrRenderingMetadata.Widget in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAttrRenderingMetadata.Widget Modifier and Type Method Description static AppAttrRenderingMetadata.Widget
AppAttrRenderingMetadata.Widget. create(String key)
AppAttrRenderingMetadata.Widget
AppAttrRenderingMetadata. getWidget()
UI widget to use for the attribute.static AppAttrRenderingMetadata.Widget
AppAttrRenderingMetadata.Widget. valueOf(String name)
Returns the enum constant of this type with the specified name.static AppAttrRenderingMetadata.Widget[]
AppAttrRenderingMetadata.Widget. 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.Widget Modifier and Type Method Description AppAttrRenderingMetadata.Builder
AppAttrRenderingMetadata.Builder. widget(AppAttrRenderingMetadata.Widget widget)
UI widget to use for the attribute.Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppAttrRenderingMetadata.Widget 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.
-