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