Uses of Class
io.lakefs.clients.sdk.model.ActionRun.StatusEnum
-
Packages that use ActionRun.StatusEnum Package Description io.lakefs.clients.sdk.model -
-
Uses of ActionRun.StatusEnum in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ActionRun.StatusEnum Modifier and Type Method Description static ActionRun.StatusEnumActionRun.StatusEnum. fromValue(String value)ActionRun.StatusEnumActionRun. getStatus()Get statusActionRun.StatusEnumActionRun.StatusEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ActionRun.StatusEnumActionRun.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionRun.StatusEnum[]ActionRun.StatusEnum. 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 ActionRun.StatusEnum Modifier and Type Method Description voidActionRun. setStatus(ActionRun.StatusEnum status)ActionRunActionRun. status(ActionRun.StatusEnum status)voidActionRun.StatusEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ActionRun.StatusEnum enumeration)
-