Package org.projectnessie.model
Interface Documentation
@Immutable
public interface Documentation
Represents documentation for a content object in Nessie.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.projectnessie.model.ImmutableDocumentation.Builderbuilder()@NotNull @NotNull StringMime type of the documentation.@NotNull @NotNull StringgetText()Documentation text, format according togetMimeType().static Documentation
-
Method Details
-
builder
static org.projectnessie.model.ImmutableDocumentation.Builder builder() -
getMimeType
Mime type of the documentation.Clients must interpret this value and must not assume a specific mime type.
-
getText
Documentation text, format according togetMimeType(). -
of
-