Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AppAttrRenderingMetadata.Builder |
AppAttrRenderingMetadata.Builder.section(AppAttrRenderingMetadata.Section section)
UI widget to use for the attribute.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.