-
- All Implemented Interfaces:
public class Availability.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Availability.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AvailabilityfromJSON(JSONObject json, WarningLogger warnings)Creates an Availability from its JSON representation. -
-
Method Detail
-
fromJSON
final Availability fromJSON(JSONObject json, WarningLogger warnings)
Creates an Availability from its JSON representation. If the availability can't be parsed, a warning will be logged with warnings.
-
-
-
-