Uses of Interface
org.projectnessie.model.MultiGetContentsResponse
-
Packages that use MultiGetContentsResponse Package Description org.projectnessie.api Main Nessie APIs.org.projectnessie.model -
-
Uses of MultiGetContentsResponse in org.projectnessie.api
Methods in org.projectnessie.api that return MultiGetContentsResponse Modifier and Type Method Description MultiGetContentsResponseContentsApi. getMultipleContents(@Pattern(regexp="^(([0-9a-fA-F]{16,64})|([A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9._-])?))$",message="Reference must be either a reference name or hash, start with a letter, followed by letters, digits, a ./_- character, not end with a slash, not contain .. or consist of the hex representation of 8-32 bytes") String ref, @Valid @NotNull MultiGetContentsRequest request) -
Uses of MultiGetContentsResponse in org.projectnessie.model
Classes in org.projectnessie.model that implement MultiGetContentsResponse Modifier and Type Class Description classImmutableMultiGetContentsResponseImmutable implementation ofMultiGetContentsResponse.Methods in org.projectnessie.model that return MultiGetContentsResponse Modifier and Type Method Description static MultiGetContentsResponseMultiGetContentsResponse. of(List<MultiGetContentsResponse.ContentsWithKey> items)Methods in org.projectnessie.model with parameters of type MultiGetContentsResponse Modifier and Type Method Description static ImmutableMultiGetContentsResponseImmutableMultiGetContentsResponse. copyOf(MultiGetContentsResponse instance)Creates an immutable copy of aMultiGetContentsResponsevalue.ImmutableMultiGetContentsResponse.BuilderImmutableMultiGetContentsResponse.Builder. from(MultiGetContentsResponse instance)Fill a builder with attribute values from the providedMultiGetContentsResponseinstance.
-