static ReferenceSummary |
ReferenceSummary.fromAttachment(Consumer<AttachmentReference.Builder> attachment) |
Create an instance of this class with attachment() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromAttachment(AttachmentReference attachment) |
Create an instance of this class with attachment() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromDate(Consumer<DateReference.Builder> date) |
Create an instance of this class with date() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromDate(DateReference date) |
Create an instance of this class with date() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromEmail(Consumer<EmailReference.Builder> email) |
Create an instance of this class with email() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromEmail(EmailReference email) |
Create an instance of this class with email() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromEmailMessage(Consumer<EmailMessageReference.Builder> emailMessage) |
Create an instance of this class with emailMessage() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromEmailMessage(EmailMessageReference emailMessage) |
Create an instance of this class with emailMessage() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromNumber(Consumer<NumberReference.Builder> number) |
Create an instance of this class with number() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromNumber(NumberReference number) |
Create an instance of this class with number() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromString(Consumer<StringReference.Builder> string) |
Create an instance of this class with string() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromString(StringReference string) |
Create an instance of this class with string() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromUrl(Consumer<UrlReference.Builder> url) |
Create an instance of this class with url() initialized to the given value.
|
static ReferenceSummary |
ReferenceSummary.fromUrl(UrlReference url) |
Create an instance of this class with url() initialized to the given value.
|