ManagedEBook |
ManagedEBook.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
ManagedEBook |
ManagedEBook.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
ManagedEBook |
ManagedEBook.withCreatedDateTime(OffsetDateTime createdDateTime) |
Returns an immutable copy of this with just the createdDateTime
field changed.
|
ManagedEBook |
ManagedEBook.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
ManagedEBook |
ManagedEBook.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
ManagedEBook |
ManagedEBook.withInformationUrl(String informationUrl) |
Returns an immutable copy of this with just the informationUrl
field changed.
|
ManagedEBook |
ManagedEBook.withLargeCover(MimeContent largeCover) |
Returns an immutable copy of this with just the largeCover field
changed.
|
ManagedEBook |
ManagedEBook.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
ManagedEBook |
ManagedEBook.withPrivacyInformationUrl(String privacyInformationUrl) |
Returns an immutable copy of this with just the
privacyInformationUrl field changed.
|
ManagedEBook |
ManagedEBook.withPublishedDateTime(OffsetDateTime publishedDateTime) |
Returns an immutable copy of this with just the publishedDateTime
field changed.
|
ManagedEBook |
ManagedEBook.withPublisher(String publisher) |
Returns an immutable copy of this with just the publisher field
changed.
|
ManagedEBook |
ManagedEBook.withUnmappedField(String name,
String value) |
|