Uses of Class
io.lakefs.clients.api.model.OtfDiffList.DiffTypeEnum
-
Packages that use OtfDiffList.DiffTypeEnum Package Description io.lakefs.clients.api.model -
-
Uses of OtfDiffList.DiffTypeEnum in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return OtfDiffList.DiffTypeEnum Modifier and Type Method Description static OtfDiffList.DiffTypeEnumOtfDiffList.DiffTypeEnum. fromValue(String value)OtfDiffList.DiffTypeEnumOtfDiffList. getDiffType()Get diffTypeOtfDiffList.DiffTypeEnumOtfDiffList.DiffTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static OtfDiffList.DiffTypeEnumOtfDiffList.DiffTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OtfDiffList.DiffTypeEnum[]OtfDiffList.DiffTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.lakefs.clients.api.model with parameters of type OtfDiffList.DiffTypeEnum Modifier and Type Method Description OtfDiffListOtfDiffList. diffType(OtfDiffList.DiffTypeEnum diffType)voidOtfDiffList. setDiffType(OtfDiffList.DiffTypeEnum diffType)voidOtfDiffList.DiffTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, OtfDiffList.DiffTypeEnum enumeration)
-