| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
FieldGroup |
FieldGroup.clone() |
FieldGroup |
Section.getFieldGroup()
Consists of a group of fields and associated properties.
|
FieldGroup |
FieldGroup.withFields(Collection<FieldItem> fields)
Represents an ordered list containing field related information.
|
FieldGroup |
FieldGroup.withFields(FieldItem... fields)
Represents an ordered list containing field related information.
|
FieldGroup |
FieldGroup.withName(String name)
Name of the field group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Section.setFieldGroup(FieldGroup fieldGroup)
Consists of a group of fields and associated properties.
|
Section |
Section.withFieldGroup(FieldGroup fieldGroup)
Consists of a group of fields and associated properties.
|
Copyright © 2024. All rights reserved.