예제 #1
0
 /** The place and time the release was issued, expressed as a PublicationEvent. */
 @NotNull
 public Builder releasedEvent(@NotNull PublicationEvent.Builder publicationEvent) {
   putValue("releasedEvent", publicationEvent.build());
   return this;
 }
예제 #2
0
 /** A publication event associated with the item. */
 @NotNull
 public Builder publication(@NotNull PublicationEvent.Builder publicationEvent) {
   putValue("publication", publicationEvent.build());
   return this;
 }