Uses of Enum Class
de.bytestore.hostinger.gson.templates.JSONStatus
Packages that use JSONStatus
Package
Description
-
Uses of JSONStatus in de.bytestore.hostinger.gson.templates
Methods in de.bytestore.hostinger.gson.templates that return JSONStatusModifier and TypeMethodDescriptionstatic JSONStatusReturns the enum constant of this class with the specified name.static JSONStatus[]JSONStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.bytestore.hostinger.gson.templates with parameters of type JSONStatusModifierConstructorDescriptionJSONStatusMessage(JSONStatus status, com.google.gson.JsonObject value) Represents a JSON status message containing a status and a value.JSONStatusMessage(JSONStatus status, String message) Represents a JSON status message containing a status and a message.JSONStatusMessage(JSONStatus status, String message, com.google.gson.JsonObject value) Represents a JSON status message containing a status, message, and value. -
Uses of JSONStatus in de.bytestore.hostinger.process.api.objects
Constructors in de.bytestore.hostinger.process.api.objects with parameters of type JSONStatusModifierConstructorDescriptionMachineDetailResponse(JSONStatus status, String message, Machine machineIO) Represents a JSON status message containing a status and a message.ProcessDetailResponse(JSONStatus status, String message, Process process) Represents a JSON status message containing a status and a message.VirtualizedDetailResponse(JSONStatus status, String message, Virtualized valueIO) Represents a JSON status message containing a status and a message.