public static interface CaseEventIncludedData.Builder extends SdkPojo, CopyableBuilder<CaseEventIncludedData.Builder,CaseEventIncludedData>
| Modifier and Type | Method and Description |
|---|---|
CaseEventIncludedData.Builder |
fields(Collection<FieldIdentifier> fields)
List of field identifiers.
|
CaseEventIncludedData.Builder |
fields(Consumer<FieldIdentifier.Builder>... fields)
List of field identifiers.
|
CaseEventIncludedData.Builder |
fields(FieldIdentifier... fields)
List of field identifiers.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCaseEventIncludedData.Builder fields(Collection<FieldIdentifier> fields)
List of field identifiers.
fields - List of field identifiers.CaseEventIncludedData.Builder fields(FieldIdentifier... fields)
List of field identifiers.
fields - List of field identifiers.CaseEventIncludedData.Builder fields(Consumer<FieldIdentifier.Builder>... fields)
List of field identifiers.
This is a convenience method that creates an instance of theFieldIdentifier.Builder avoiding the need to
create one manually via FieldIdentifier.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
FieldIdentifier.Builder#fields(java.util.Collection) Copyright © 2023. All rights reserved.