Package org.projectnessie.model
Interface ContentResponse
-
@Immutable public interface ContentResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static org.projectnessie.model.ImmutableContentResponse.Builderbuilder()@NotNull ContentgetContent()
-
-
-
Method Detail
-
builder
static org.projectnessie.model.ImmutableContentResponse.Builder builder()
-
getContent
@NotNull @NotNull Content getContent()
-
-