Interface ContentResponse


  • @Immutable
    public interface ContentResponse
    • Method Detail

      • builder

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

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

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

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