Uses of Class
io.lakefs.clients.sdk.model.Diff.TypeEnum
-
Packages that use Diff.TypeEnum Package Description io.lakefs.clients.sdk.model -
-
Uses of Diff.TypeEnum in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return Diff.TypeEnum Modifier and Type Method Description static Diff.TypeEnumDiff.TypeEnum. fromValue(String value)Diff.TypeEnumDiff. getType()Get typeDiff.TypeEnumDiff.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Diff.TypeEnumDiff.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Diff.TypeEnum[]Diff.TypeEnum. 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.TypeEnum Modifier and Type Method Description voidDiff. setType(Diff.TypeEnum type)DiffDiff. type(Diff.TypeEnum type)voidDiff.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Diff.TypeEnum enumeration)
-