Class DocumentIntroImage
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class DocumentIntroImage extends IntroImage implements Parcelable
The image for the introduction screen with a document template.
-
-
Constructor Summary
Constructors Constructor Description DocumentIntroImage(Map<String, Object> source)
DocumentIntroImage(JSONObject json)
DocumentIntroImage()
-
Method Summary
Modifier and Type Method Description String
get_type()
JSONObject
toJson()
final static DocumentIntroImage
default()
-
-
Constructor Detail
-
DocumentIntroImage
DocumentIntroImage(JSONObject json)
-
DocumentIntroImage
DocumentIntroImage()
-
-
Method Detail
-
toJson
JSONObject toJson()
-
default
final static DocumentIntroImage default()
-
-
-
-