Verwendungen von Enum-Klasse
de.bytestore.hostinger.gson.templates.JSONStatus
Packages, die JSONStatus verwenden
-
Verwendungen von JSONStatus in de.bytestore.hostinger.gson.templates
Methoden in de.bytestore.hostinger.gson.templates, die JSONStatus zurückgebenModifizierer und TypMethodeBeschreibungstatic JSONStatusGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static JSONStatus[]JSONStatus.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Konstruktoren in de.bytestore.hostinger.gson.templates mit Parametern vom Typ JSONStatusModifiziererKonstruktorBeschreibungJSONStatusMessage(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.