public interface LiPostModel
Interface for Post Model class
Modifier and Type | Method and Description |
---|---|
JsonObject |
toJson()
Method to create JsonObject of the class, for post request
|
java.lang.String |
toJsonString()
Method to create JsonString of class, for post request
|