public interface ImmutableAuthorData extends ImmutableDataManipulator<ImmutableAuthorData,AuthorData>
ImmutableDataManipulator
handling the "author" of a
ItemTypes.WRITTEN_BOOK
.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Text> |
author()
Gets the
ImmutableValue for the "author" of a book. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Text> author()
ImmutableValue
for the "author" of a book.