Package com.apple.itunes.storekit.model
Class StatusResponse
java.lang.Object
com.apple.itunes.storekit.model.StatusResponse
A response that contains status information for all of a customer’s auto-renewable subscriptions in your app.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddDataItem
(SubscriptionGroupIdentifierItem dataItem) appAppleId
(Long appAppleId) environment
(Environment environment) boolean
The unique identifier of an app in the App Store.The bundle identifier of an app.getData()
An array of information for auto-renewable subscriptions, including App Store-signed transaction information and App Store-signed renewal information.The server environment, sandbox or production, in which the App Store generated the response.Fields that are not recognized for this objectint
hashCode()
void
setAppAppleId
(Long appAppleId) void
setBundleId
(String bundleId) void
void
setEnvironment
(Environment environment) void
setRawEnvironment
(String rawEnvironment) void
setUnknownFields
(Map<String, Object> unknownFields) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
StatusResponse
public StatusResponse()
-
-
Method Details
-
environment
-
getEnvironment
The server environment, sandbox or production, in which the App Store generated the response.- Returns:
- environment
- See Also:
-
getRawEnvironment
- See Also:
-
setEnvironment
-
setRawEnvironment
-
bundleId
-
getBundleId
The bundle identifier of an app.- Returns:
- bundleId
- See Also:
-
setBundleId
-
appAppleId
-
getAppAppleId
The unique identifier of an app in the App Store.- Returns:
- appAppleId
- See Also:
-
setAppAppleId
-
data
-
addDataItem
-
getData
An array of information for auto-renewable subscriptions, including App Store-signed transaction information and App Store-signed renewal information.- Returns:
- data
-
setData
-
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
-