lib-client
/
com.baptistecarlier.kotlin.datagouvfr.client.model
/
HarvestItemStatusEnum
Harvest
Item
Status
Enum
public enum
HarvestItemStatusEnum
extends
Enum
<
HarvestItemStatusEnum
>
Content copied to clipboard
Harvest item status Values: PENDING, STARTED, DONE, FAILED, SKIPPED, ARCHIVED
Entries
Functions
Properties
Entries
ARCHIVED
Link copied to clipboard
ARCHIVED
Content copied to clipboard
SKIPPED
Link copied to clipboard
SKIPPED
Content copied to clipboard
FAILED
Link copied to clipboard
FAILED
Content copied to clipboard
DONE
Link copied to clipboard
DONE
Content copied to clipboard
STARTED
Link copied to clipboard
STARTED
Content copied to clipboard
PENDING
Link copied to clipboard
PENDING
Content copied to clipboard
Functions
get
Name
Link copied to clipboard
final
String
getName
()
Content copied to clipboard
get
Ordinal
Link copied to clipboard
final
Integer
getOrdinal
()
Content copied to clipboard
get
Value
Link copied to clipboard
final
String
getValue
()
Content copied to clipboard
Properties
name
Link copied to clipboard
private final
String
name
Content copied to clipboard
ordinal
Link copied to clipboard
private final
Integer
ordinal
Content copied to clipboard
value
Link copied to clipboard
private final
String
value
Content copied to clipboard