public static interface EventIncludedData.Builder extends SdkPojo, CopyableBuilder<EventIncludedData.Builder,EventIncludedData>
| Modifier and Type | Method and Description |
|---|---|
EventIncludedData.Builder |
caseData(CaseEventIncludedData caseData)
Details of what case data is published through the case event stream.
|
default EventIncludedData.Builder |
caseData(Consumer<CaseEventIncludedData.Builder> caseData)
Details of what case data is published through the case event stream.
|
default EventIncludedData.Builder |
relatedItemData(Consumer<RelatedItemEventIncludedData.Builder> relatedItemData)
Details of what related item data is published through the case event stream.
|
EventIncludedData.Builder |
relatedItemData(RelatedItemEventIncludedData relatedItemData)
Details of what related item data is published through the case event stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventIncludedData.Builder caseData(CaseEventIncludedData caseData)
Details of what case data is published through the case event stream.
caseData - Details of what case data is published through the case event stream.default EventIncludedData.Builder caseData(Consumer<CaseEventIncludedData.Builder> caseData)
Details of what case data is published through the case event stream.
This is a convenience method that creates an instance of theCaseEventIncludedData.Builder avoiding
the need to create one manually via CaseEventIncludedData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to caseData(CaseEventIncludedData).
caseData - a consumer that will call methods on CaseEventIncludedData.BuildercaseData(CaseEventIncludedData)EventIncludedData.Builder relatedItemData(RelatedItemEventIncludedData relatedItemData)
Details of what related item data is published through the case event stream.
relatedItemData - Details of what related item data is published through the case event stream.default EventIncludedData.Builder relatedItemData(Consumer<RelatedItemEventIncludedData.Builder> relatedItemData)
Details of what related item data is published through the case event stream.
This is a convenience method that creates an instance of theRelatedItemEventIncludedData.Builder
avoiding the need to create one manually via RelatedItemEventIncludedData.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to relatedItemData(RelatedItemEventIncludedData).
relatedItemData - a consumer that will call methods on RelatedItemEventIncludedData.BuilderrelatedItemData(RelatedItemEventIncludedData)Copyright © 2023. All rights reserved.