public static interface Section.Builder extends SdkPojo, CopyableBuilder<Section.Builder,Section>
| Modifier and Type | Method and Description |
|---|---|
default Section.Builder |
fieldGroup(Consumer<FieldGroup.Builder> fieldGroup)
Consists of a group of fields and associated properties.
|
Section.Builder |
fieldGroup(FieldGroup fieldGroup)
Consists of a group of fields and associated properties.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSection.Builder fieldGroup(FieldGroup fieldGroup)
Consists of a group of fields and associated properties.
fieldGroup - Consists of a group of fields and associated properties.default Section.Builder fieldGroup(Consumer<FieldGroup.Builder> fieldGroup)
Consists of a group of fields and associated properties.
This is a convenience method that creates an instance of theFieldGroup.Builder avoiding the need to
create one manually via FieldGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to fieldGroup(FieldGroup).
fieldGroup - a consumer that will call methods on FieldGroup.BuilderfieldGroup(FieldGroup)Copyright © 2023. All rights reserved.