public static interface FieldGroup.Builder extends SdkPojo, CopyableBuilder<FieldGroup.Builder,FieldGroup>
| Modifier and Type | Method and Description |
|---|---|
FieldGroup.Builder |
fields(Collection<FieldItem> fields)
Represents an ordered list containing field related information.
|
FieldGroup.Builder |
fields(Consumer<FieldItem.Builder>... fields)
Represents an ordered list containing field related information.
|
FieldGroup.Builder |
fields(FieldItem... fields)
Represents an ordered list containing field related information.
|
FieldGroup.Builder |
name(String name)
Name of the field group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFieldGroup.Builder fields(Collection<FieldItem> fields)
Represents an ordered list containing field related information.
fields - Represents an ordered list containing field related information.FieldGroup.Builder fields(FieldItem... fields)
Represents an ordered list containing field related information.
fields - Represents an ordered list containing field related information.FieldGroup.Builder fields(Consumer<FieldItem.Builder>... fields)
Represents an ordered list containing field related information.
This is a convenience method that creates an instance of theFieldItem.Builder avoiding the need to create one
manually via FieldItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #fields(List.
fields - a consumer that will call methods on
FieldItem.Builder#fields(java.util.Collection) FieldGroup.Builder name(String name)
Name of the field group.
name - Name of the field group.Copyright © 2023. All rights reserved.