Package org.projectnessie.api.v2.params
Interface ParsedReference
@Immutable
public interface ParsedReference
Represents the attributes that make a reference. All components are optional, except that at
least one of
name() or hashWithRelativeSpec() must be supplied.-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcheck()name()static ParsedReferenceparsedReference(String name, String hashWithRelativeSpec, Reference.ReferenceType type) type()
-
Method Details
-
name
-
hashWithRelativeSpec
-
type
-
check
@Check default void check() -
parsedReference
static ParsedReference parsedReference(@Nullable @Nullable String name, @Nullable @Nullable String hashWithRelativeSpec, @Nullable @Nullable Reference.ReferenceType type)
-