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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddNotificationHistoryItem(NotificationHistoryResponseItem notificationHistoryItem) booleanA 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 objectinthashCode()notificationHistory(List<NotificationHistoryResponseItem> notificationHistory) paginationToken(String paginationToken) voidsetHasMore(Boolean hasMore) voidsetNotificationHistory(List<NotificationHistoryResponseItem> notificationHistory) voidsetPaginationToken(String paginationToken) voidsetUnknownFields(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
 
 -