public static interface ReferenceSummary.Builder extends SdkPojo, CopyableBuilder<ReferenceSummary.Builder,ReferenceSummary>
| Modifier and Type | Method and Description |
|---|---|
ReferenceSummary.Builder |
attachment(AttachmentReference attachment)
Information about the reference when the
referenceType is ATTACHMENT. |
default ReferenceSummary.Builder |
attachment(Consumer<AttachmentReference.Builder> attachment)
Information about the reference when the
referenceType is ATTACHMENT. |
default ReferenceSummary.Builder |
date(Consumer<DateReference.Builder> date)
Information about a reference when the
referenceType is DATE. |
ReferenceSummary.Builder |
date(DateReference date)
Information about a reference when the
referenceType is DATE. |
default ReferenceSummary.Builder |
email(Consumer<EmailReference.Builder> email)
Information about a reference when the
referenceType is EMAIL. |
ReferenceSummary.Builder |
email(EmailReference email)
Information about a reference when the
referenceType is EMAIL. |
default ReferenceSummary.Builder |
number(Consumer<NumberReference.Builder> number)
Information about a reference when the
referenceType is NUMBER. |
ReferenceSummary.Builder |
number(NumberReference number)
Information about a reference when the
referenceType is NUMBER. |
default ReferenceSummary.Builder |
string(Consumer<StringReference.Builder> string)
Information about a reference when the
referenceType is STRING. |
ReferenceSummary.Builder |
string(StringReference string)
Information about a reference when the
referenceType is STRING. |
default ReferenceSummary.Builder |
url(Consumer<UrlReference.Builder> url)
Information about the reference when the
referenceType is URL. |
ReferenceSummary.Builder |
url(UrlReference url)
Information about the reference when the
referenceType is URL. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReferenceSummary.Builder url(UrlReference url)
Information about the reference when the referenceType is URL. Otherwise, null.
url - Information about the reference when the referenceType is URL. Otherwise,
null.default ReferenceSummary.Builder url(Consumer<UrlReference.Builder> url)
Information about the reference when the referenceType is URL. Otherwise, null.
UrlReference.Builder avoiding the need
to create one manually via UrlReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to url(UrlReference).
url - a consumer that will call methods on UrlReference.Builderurl(UrlReference)ReferenceSummary.Builder attachment(AttachmentReference attachment)
Information about the reference when the referenceType is ATTACHMENT. Otherwise,
null.
attachment - Information about the reference when the referenceType is ATTACHMENT.
Otherwise, null.default ReferenceSummary.Builder attachment(Consumer<AttachmentReference.Builder> attachment)
Information about the reference when the referenceType is ATTACHMENT. Otherwise,
null.
AttachmentReference.Builder avoiding the
need to create one manually via AttachmentReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to attachment(AttachmentReference).
attachment - a consumer that will call methods on AttachmentReference.Builderattachment(AttachmentReference)ReferenceSummary.Builder string(StringReference string)
Information about a reference when the referenceType is STRING. Otherwise, null.
string - Information about a reference when the referenceType is STRING. Otherwise,
null.default ReferenceSummary.Builder string(Consumer<StringReference.Builder> string)
Information about a reference when the referenceType is STRING. Otherwise, null.
StringReference.Builder avoiding the
need to create one manually via StringReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to string(StringReference).
string - a consumer that will call methods on StringReference.Builderstring(StringReference)ReferenceSummary.Builder number(NumberReference number)
Information about a reference when the referenceType is NUMBER. Otherwise, null.
number - Information about a reference when the referenceType is NUMBER. Otherwise,
null.default ReferenceSummary.Builder number(Consumer<NumberReference.Builder> number)
Information about a reference when the referenceType is NUMBER. Otherwise, null.
NumberReference.Builder avoiding the
need to create one manually via NumberReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to number(NumberReference).
number - a consumer that will call methods on NumberReference.Buildernumber(NumberReference)ReferenceSummary.Builder date(DateReference date)
Information about a reference when the referenceType is DATE. Otherwise, null.
date - Information about a reference when the referenceType is DATE. Otherwise,
null.default ReferenceSummary.Builder date(Consumer<DateReference.Builder> date)
Information about a reference when the referenceType is DATE. Otherwise, null.
DateReference.Builder avoiding the need
to create one manually via DateReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to date(DateReference).
date - a consumer that will call methods on DateReference.Builderdate(DateReference)ReferenceSummary.Builder email(EmailReference email)
Information about a reference when the referenceType is EMAIL. Otherwise, null.
email - Information about a reference when the referenceType is EMAIL. Otherwise,
null.default ReferenceSummary.Builder email(Consumer<EmailReference.Builder> email)
Information about a reference when the referenceType is EMAIL. Otherwise, null.
EmailReference.Builder avoiding the need
to create one manually via EmailReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to email(EmailReference).
email - a consumer that will call methods on EmailReference.Builderemail(EmailReference)Copyright © 2023. All rights reserved.