Package de.smartsquare.squit.entity
Object SquitResponseInfo.Companion
-
- All Implemented Interfaces:
public class SquitResponseInfo.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SquitResponseInfo.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SquitResponseInfofromJson(String json)Constructs a SquitResponseInfo instance from the given json String. final SquitResponseInfofromConfig(Config config)Constructs a SquitResponseInfo instance from the given config Config. -
-
Method Detail
-
fromJson
final SquitResponseInfo fromJson(String json)
Constructs a SquitResponseInfo instance from the given json String.
-
fromConfig
final SquitResponseInfo fromConfig(Config config)
Constructs a SquitResponseInfo instance from the given config Config.
-
-
-
-