Package org.projectnessie.model
Interface ContentResponse
@Immutable
public interface ContentResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.projectnessie.model.ImmutableContentResponse.Builderbuilder()@NotNull @NotNull Content@NotNull @NotNull ReferenceThe effective reference (for example a branch or tag) including the commit ID from which the entries were fetched.static ContentResponsestatic ContentResponseof(Content content, Reference effectiveReference, Documentation documentation)
-
Method Details
-
builder
static org.projectnessie.model.ImmutableContentResponse.Builder builder() -
getContent
-
getEffectiveReference
The effective reference (for example a branch or tag) including the commit ID from which the entries were fetched. Never null. -
getDocumentation
-
of
-
of
static ContentResponse of(Content content, Reference effectiveReference, Documentation documentation)
-