Uses of Class
io.lakefs.clients.sdk.model.Diff.PathTypeEnum
-
Packages that use Diff.PathTypeEnum Package Description io.lakefs.clients.sdk.model -
-
Uses of Diff.PathTypeEnum in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return Diff.PathTypeEnum Modifier and Type Method Description static Diff.PathTypeEnumDiff.PathTypeEnum. fromValue(String value)Diff.PathTypeEnumDiff. getPathType()Get pathTypeDiff.PathTypeEnumDiff.PathTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Diff.PathTypeEnumDiff.PathTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Diff.PathTypeEnum[]Diff.PathTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.lakefs.clients.sdk.model with parameters of type Diff.PathTypeEnum Modifier and Type Method Description DiffDiff. pathType(Diff.PathTypeEnum pathType)voidDiff. setPathType(Diff.PathTypeEnum pathType)voidDiff.PathTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Diff.PathTypeEnum enumeration)
-