RelatedItemContent |
SearchRelatedItemsResponseItem.content() |
Represents the content of a particular type of related item.
|
static RelatedItemContent |
RelatedItemContent.fromComment(Consumer<CommentContent.Builder> comment) |
Create an instance of this class with comment() initialized to the given value.
|
static RelatedItemContent |
RelatedItemContent.fromComment(CommentContent comment) |
Create an instance of this class with comment() initialized to the given value.
|
static RelatedItemContent |
RelatedItemContent.fromContact(Consumer<ContactContent.Builder> contact) |
Create an instance of this class with contact() initialized to the given value.
|
static RelatedItemContent |
RelatedItemContent.fromContact(ContactContent contact) |
Create an instance of this class with contact() initialized to the given value.
|
static RelatedItemContent |
RelatedItemContent.fromFile(Consumer<FileContent.Builder> file) |
Create an instance of this class with file() initialized to the given value.
|
static RelatedItemContent |
RelatedItemContent.fromFile(FileContent file) |
Create an instance of this class with file() initialized to the given value.
|