Package org.projectnessie.api.params
Class DiffParams
- java.lang.Object
-
- org.projectnessie.api.params.DiffParams
-
public class DiffParams extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringHASH_OPTIONAL_REGEX
-
Constructor Summary
Constructors Constructor Description DiffParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiffParamsBuilderbuilder()booleanequals(Object o)StringgetFromHashOnRef()StringgetFromRef()StringgetToHashOnRef()StringgetToRef()inthashCode()
-
-
-
Field Detail
-
HASH_OPTIONAL_REGEX
public static final String HASH_OPTIONAL_REGEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFromRef
public String getFromRef()
-
getToRef
public String getToRef()
-
builder
public static DiffParamsBuilder builder()
-
-