Package com.apple.itunes.storekit.model
Class NotificationHistoryResponse
java.lang.Object
com.apple.itunes.storekit.model.NotificationHistoryResponse
A response that contains the App Store Server Notifications history for your app.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddNotificationHistoryItem
(NotificationHistoryResponseItem notificationHistoryItem) boolean
A Boolean value indicating whether the App Store has more transaction data.An array of App Store server notification history records.A pagination token that you return to the endpoint on a subsequent call to receive the next set of results.Fields that are not recognized for this objectint
hashCode()
notificationHistory
(List<NotificationHistoryResponseItem> notificationHistory) paginationToken
(String paginationToken) void
setHasMore
(Boolean hasMore) void
setNotificationHistory
(List<NotificationHistoryResponseItem> notificationHistory) void
setPaginationToken
(String paginationToken) void
setUnknownFields
(Map<String, Object> unknownFields) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
NotificationHistoryResponse
public NotificationHistoryResponse()
-
-
Method Details
-
paginationToken
-
getPaginationToken
A pagination token that you return to the endpoint on a subsequent call to receive the next set of results.- Returns:
- paginationToken
- See Also:
-
setPaginationToken
-
hasMore
-
getHasMore
A Boolean value indicating whether the App Store has more transaction data.- Returns:
- hasMore
- See Also:
-
setHasMore
-
notificationHistory
public NotificationHistoryResponse notificationHistory(List<NotificationHistoryResponseItem> notificationHistory) -
addNotificationHistoryItem
public NotificationHistoryResponse addNotificationHistoryItem(NotificationHistoryResponseItem notificationHistoryItem) -
getNotificationHistory
An array of App Store server notification history records.- Returns:
- notificationHistory
- See Also:
-
setNotificationHistory
-
unknownFields
-
getUnknownFields
Fields that are not recognized for this object- Returns:
- A map of JSON keys to objects
-
setUnknownFields
-
equals
-
hashCode
public int hashCode() -
toString
-