Documentation

NodeStatus
in package

NodeStatus Class Doc Comment

Tags
category

Class

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

Constants

_NEW  = 'NEW'
Possible values of this enum
CHECKING_IN  = 'CHECKING_IN'
DONE  = 'DONE'
ERROR  = 'ERROR'
INDEXING  = 'INDEXING'
NONE  = 'NONE'
PENDING  = 'PENDING'
PROCESSING  = 'PROCESSING'
RE_PROCESSING  = 'RE_PROCESSING'
UNKNOWN  = 'UNKNOWN'
UPLOADING  = 'UPLOADING'

Methods

getAllowableEnumValues()  : array<string|int, string>
Gets allowable values of the enum

Constants

_NEW

Possible values of this enum

public mixed _NEW = 'NEW'

CHECKING_IN

public mixed CHECKING_IN = 'CHECKING_IN'

PROCESSING

public mixed PROCESSING = 'PROCESSING'

RE_PROCESSING

public mixed RE_PROCESSING = 'RE_PROCESSING'

Methods

getAllowableEnumValues()

Gets allowable values of the enum

public static getAllowableEnumValues() : array<string|int, string>
Return values
array<string|int, string>

        
On this page

Search results