enum

XIVAPI::InfoStates

Inherits Enum < Comparable < Value < Object

An enum for the various states of the Info state values.

Constants

NONE = 0

Content is not on XIVAPI and will not be added via this request.

ADDING = 1

Content does not exist on the API and needs adding. The Payload should be empty if this state is provided. It should take 2 minutes or less to add the content.

CACHED = 2

Content exists in the system and you're being provided a cached response.

NOT_FOUND = 3

Content does not exist on The Lodestone.

BLACKLIST = 4

Content has been Blacklisted. No data can be obtained via the API for any application.

PRIVATE = 5

Content is private on Lodestone, ask the owner to make the content public and then try again!

Instance methods

adding?

Returns true if this enum value equals ADDING

Source
blacklist?

Returns true if this enum value equals BLACKLIST

Source
cached?

Returns true if this enum value equals CACHED

Source
none?

Returns true if this enum value equals NONE

Source
not_found?

Returns true if this enum value equals NOT_FOUND

Source
private?

Returns true if this enum value equals PRIVATE

Source