Interface ContentResponse


@Immutable public interface ContentResponse
  • Method Details

    • builder

      static org.projectnessie.model.ImmutableContentResponse.Builder builder()
    • getContent

      @NotNull @NotNull @Parameter(order=1) @NotNull @NotNull Content getContent()
    • getEffectiveReference

      @NotNull @NotNull @Parameter(order=2) @NotNull @NotNull Reference getEffectiveReference()
      The effective reference (for example a branch or tag) including the commit ID from which the entries were fetched. Never null.
    • getDocumentation

      @Nullable @Nullable @Parameter(order=3) Documentation getDocumentation()
    • of

      static ContentResponse of(Content content, Reference effectiveReference)
    • of

      static ContentResponse of(Content content, Reference effectiveReference, Documentation documentation)