Uses of Class
io.lakefs.clients.sdk.model.ObjectStats.PathTypeEnum
-
Packages that use ObjectStats.PathTypeEnum Package Description io.lakefs.clients.sdk.model -
-
Uses of ObjectStats.PathTypeEnum in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ObjectStats.PathTypeEnum Modifier and Type Method Description static ObjectStats.PathTypeEnumObjectStats.PathTypeEnum. fromValue(String value)ObjectStats.PathTypeEnumObjectStats. getPathType()Get pathTypeObjectStats.PathTypeEnumObjectStats.PathTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ObjectStats.PathTypeEnumObjectStats.PathTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectStats.PathTypeEnum[]ObjectStats.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 ObjectStats.PathTypeEnum Modifier and Type Method Description ObjectStatsObjectStats. pathType(ObjectStats.PathTypeEnum pathType)voidObjectStats. setPathType(ObjectStats.PathTypeEnum pathType)voidObjectStats.PathTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ObjectStats.PathTypeEnum enumeration)
-