Package com.batch.android.inbox
Class InboxWebserviceResponse
- java.lang.Object
-
- com.batch.android.inbox.InboxWebserviceResponse
-
public class InboxWebserviceResponse extends java.lang.ObjectModel for the inbox fetch webservice's response
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringcursorbooleandidTimeoutbooleanhasMorejava.util.List<InboxNotificationContentInternal>notifications
-
Constructor Summary
Constructors Constructor Description InboxWebserviceResponse()
-
-
-
Field Detail
-
hasMore
public boolean hasMore
-
didTimeout
public boolean didTimeout
-
cursor
@Nullable public java.lang.String cursor
-
notifications
@NonNull public java.util.List<InboxNotificationContentInternal> notifications
-
-