Package com.apple.itunes.storekit.model
Class GetMessageListResponse
java.lang.Object
com.apple.itunes.storekit.model.GetMessageListResponse
A response that contains status information for all messages.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAn array of all message identifiers and their message state.Fields that are not recognized for this objectinthashCode()messageIdentifiers(List<GetMessageListResponseItem> messageIdentifiers) voidsetMessageIdentifiers(List<GetMessageListResponseItem> messageIdentifiers) voidsetUnknownFields(Map<String, Object> unknownFields) toString()unknownFields(Map<String, Object> unknownFields)
-
Constructor Details
-
GetMessageListResponse
public GetMessageListResponse()
-
-
Method Details
-
messageIdentifiers
public GetMessageListResponse messageIdentifiers(List<GetMessageListResponseItem> messageIdentifiers) -
getMessageIdentifiers
An array of all message identifiers and their message state.- Returns:
- messageIdentifiers
- See Also:
-
setMessageIdentifiers
-
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
-