Uses of Class
io.lakefs.clients.api.model.OtfDiffEntry.OperationTypeEnum
-
Packages that use OtfDiffEntry.OperationTypeEnum Package Description io.lakefs.clients.api.model -
-
Uses of OtfDiffEntry.OperationTypeEnum in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return OtfDiffEntry.OperationTypeEnum Modifier and Type Method Description static OtfDiffEntry.OperationTypeEnumOtfDiffEntry.OperationTypeEnum. fromValue(String value)OtfDiffEntry.OperationTypeEnumOtfDiffEntry. getOperationType()the operation category (CUD)OtfDiffEntry.OperationTypeEnumOtfDiffEntry.OperationTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static OtfDiffEntry.OperationTypeEnumOtfDiffEntry.OperationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OtfDiffEntry.OperationTypeEnum[]OtfDiffEntry.OperationTypeEnum. 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 OtfDiffEntry.OperationTypeEnum Modifier and Type Method Description OtfDiffEntryOtfDiffEntry. operationType(OtfDiffEntry.OperationTypeEnum operationType)voidOtfDiffEntry. setOperationType(OtfDiffEntry.OperationTypeEnum operationType)voidOtfDiffEntry.OperationTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, OtfDiffEntry.OperationTypeEnum enumeration)
-