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