Uses of Interface
org.projectnessie.model.GetMultipleContentsResponse
-
Packages that use GetMultipleContentsResponse Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of GetMultipleContentsResponse in org.projectnessie.api
Methods in org.projectnessie.api that return GetMultipleContentsResponse Modifier and Type Method Description GetMultipleContentsResponseContentApi. getMultipleContents(@Valid @Pattern(regexp="^[A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9._-])?$",message="Reference name must start with a letter, followed by letters, digits, a ./_- character, not end with a slash, not contain ..") String ref, @Valid @Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String hashOnRef, @Valid @NotNull GetMultipleContentsRequest request)Similar toContentApi.getContent(ContentKey, String, String), but takes multipleContentKeys and returns theContentfor the one or moreContentKeys in a named-reference (aBranchorTag). -
Uses of GetMultipleContentsResponse in org.projectnessie.api.http
Methods in org.projectnessie.api.http that return GetMultipleContentsResponse Modifier and Type Method Description GetMultipleContentsResponseHttpContentApi. getMultipleContents(String ref, String hashOnRef, GetMultipleContentsRequest request) -
Uses of GetMultipleContentsResponse in org.projectnessie.model
Classes in org.projectnessie.model that implement GetMultipleContentsResponse Modifier and Type Class Description classImmutableGetMultipleContentsResponseImmutable implementation ofGetMultipleContentsResponse.Methods in org.projectnessie.model that return GetMultipleContentsResponse Modifier and Type Method Description static GetMultipleContentsResponseGetMultipleContentsResponse. of(List<GetMultipleContentsResponse.ContentWithKey> items)Methods in org.projectnessie.model with parameters of type GetMultipleContentsResponse Modifier and Type Method Description static ImmutableGetMultipleContentsResponseImmutableGetMultipleContentsResponse. copyOf(GetMultipleContentsResponse instance)Creates an immutable copy of aGetMultipleContentsResponsevalue.ImmutableGetMultipleContentsResponse.BuilderImmutableGetMultipleContentsResponse.Builder. from(GetMultipleContentsResponse instance)Fill a builder with attribute values from the providedGetMultipleContentsResponseinstance.
-