Package com.mailersend.sdk.activities
Class Activity
- java.lang.Object
-
- com.mailersend.sdk.activities.Activity
-
public class Activity extends Object
Activity class.
- Version:
- $Id: $Id
- Author:
- mailersend
-
-
Constructor Summary
Constructors Constructor Description Activity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidparseDates()Converts the retrieved dates to java.util.DatevoidpostDeserialize()Is called to perform any actions after the deserialization of the response to the /activities endpoint
-
-
-
Field Detail
-
id
@SerializedName("id") public String id
-
createdAt
public Date createdAt
-
updatedAt
public Date updatedAt
-
type
@SerializedName("type") public String type
-
email
@SerializedName("email") public ActivityEmail email
-
-