RelatedItemInputContent |
CreateRelatedItemRequest.content() |
The content of a related item to be created.
|
static RelatedItemInputContent |
RelatedItemInputContent.fromComment(Consumer<CommentContent.Builder> comment) |
Create an instance of this class with comment() initialized to the given value.
|
static RelatedItemInputContent |
RelatedItemInputContent.fromComment(CommentContent comment) |
Create an instance of this class with comment() initialized to the given value.
|
static RelatedItemInputContent |
RelatedItemInputContent.fromContact(Consumer<Contact.Builder> contact) |
Create an instance of this class with contact() initialized to the given value.
|
static RelatedItemInputContent |
RelatedItemInputContent.fromContact(Contact contact) |
Create an instance of this class with contact() initialized to the given value.
|
static RelatedItemInputContent |
RelatedItemInputContent.fromFile(Consumer<FileContent.Builder> file) |
Create an instance of this class with file() initialized to the given value.
|
static RelatedItemInputContent |
RelatedItemInputContent.fromFile(FileContent file) |
Create an instance of this class with file() initialized to the given value.
|