Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ACCEPTED - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- ACCOUNT_NOT_FOUND - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the App Store account wasn’t found.
- ACCOUNT_NOT_FOUND_RETRYABLE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error response that indicates the App Store account wasn’t found, but you can try again.
- accountTenure(AccountTenure) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- AccountTenure - Enum Class in com.apple.itunes.storekit.model
-
The age of the customer’s account.
- ACTIVE - Enum constant in enum class com.apple.itunes.storekit.model.Status
- ACTIVE - Enum constant in enum class com.apple.itunes.storekit.model.UserStatus
- addDataItem(SubscriptionGroupIdentifierItem) - Method in class com.apple.itunes.storekit.model.StatusResponse
- addEligibleWinBackOfferId(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- addLastTransactionsItem(LastTransactionsItem) - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- addNotificationHistoryItem(NotificationHistoryResponseItem) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- addSignedTransactionsItem(String) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- addSignedTransactionsItem(String) - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- addSignedTransactionsItem(String) - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- addStorefrontCountryCodesItem(String) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- addStorefrontCountryCodesItem(String) - Method in class com.apple.itunes.storekit.model.Summary
- APIError - Enum Class in com.apple.itunes.storekit.client
-
An error returned by the App Store Server API indicating an issue with processing a request.
- APIException - Exception in com.apple.itunes.storekit.client
-
Thrown when a non-2xx response is returned when calling the App Store Server API.
- APIException(int) - Constructor for exception com.apple.itunes.storekit.client.APIException
- APIException(int, APIError, String) - Constructor for exception com.apple.itunes.storekit.client.APIException
- APIException(int, Exception) - Constructor for exception com.apple.itunes.storekit.client.APIException
- APIException(int, Long, String) - Constructor for exception com.apple.itunes.storekit.client.APIException
- APP_NOT_FOUND - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the app wasn’t found.
- APP_NOT_FOUND_RETRYABLE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error response that indicates the app wasn’t found, but you can try again.
- appAccountToken(UUID) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- appAccountToken(UUID) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- AppAccountTokenNullSerializer - Class in com.apple.itunes.storekit.model
- AppAccountTokenNullSerializer() - Constructor for class com.apple.itunes.storekit.model.AppAccountTokenNullSerializer
- appAppleId(Long) - Method in class com.apple.itunes.storekit.model.AppTransaction
- appAppleId(Long) - Method in class com.apple.itunes.storekit.model.Data
- appAppleId(Long) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- appAppleId(Long) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- appAppleId(Long) - Method in class com.apple.itunes.storekit.model.StatusResponse
- appAppleId(Long) - Method in class com.apple.itunes.storekit.model.Summary
- APPLE - Enum constant in enum class com.apple.itunes.storekit.model.Platform
- AppleExtensionCertPathChecker - Class in com.apple.itunes.storekit.verification
- AppleExtensionCertPathChecker() - Constructor for class com.apple.itunes.storekit.verification.AppleExtensionCertPathChecker
- applicationVersion(String) - Method in class com.apple.itunes.storekit.model.AppTransaction
- AppStoreServerAPIClient - Class in com.apple.itunes.storekit.client
- AppStoreServerAPIClient(BearerTokenAuthenticatorInterface, Environment) - Constructor for class com.apple.itunes.storekit.client.AppStoreServerAPIClient
-
Create an App Store Server API client using a custom Bearer token provider
- AppStoreServerAPIClient(String, String, String, String, Environment) - Constructor for class com.apple.itunes.storekit.client.AppStoreServerAPIClient
-
Create an App Store Server API client
- AppStoreServerAPIClient.OkHttpResponse - Class in com.apple.itunes.storekit.client
- AppTransaction - Class in com.apple.itunes.storekit.model
-
Information that represents the customer’s purchase of the app, cryptographically signed by the App Store.
- AppTransaction() - Constructor for class com.apple.itunes.storekit.model.AppTransaction
- ASCENDING - Enum constant in enum class com.apple.itunes.storekit.model.TransactionHistoryRequest.Order
- attemptDate(Long) - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- AUTO_RENEW_DISABLED - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- AUTO_RENEW_ENABLED - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- AUTO_RENEWABLE - Enum constant in enum class com.apple.itunes.storekit.model.TransactionHistoryRequest.ProductType
- AUTO_RENEWABLE_SUBSCRIPTION - Enum constant in enum class com.apple.itunes.storekit.model.Type
- autoRenewProductId(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- autoRenewStatus(AutoRenewStatus) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- AutoRenewStatus - Enum Class in com.apple.itunes.storekit.model
-
The renewal status for an auto-renewable subscription.
B
- BaseAppStoreServerAPIClient - Class in com.apple.itunes.storekit.client
-
An abstract base class for an
AppStoreServerAPIClient
that allows replacing the underlying HTTP client - BaseAppStoreServerAPIClient(BearerTokenAuthenticatorInterface, Environment) - Constructor for class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
- BaseAppStoreServerAPIClient(String, String, String, String, Environment) - Constructor for class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
- BaseAppStoreServerAPIClient.HttpResponseInterface - Interface in com.apple.itunes.storekit.client
- BearerTokenAuthenticator - Class in com.apple.itunes.storekit.client
- BearerTokenAuthenticator(String, String, String, String) - Constructor for class com.apple.itunes.storekit.client.BearerTokenAuthenticator
- BearerTokenAuthenticatorInterface - Interface in com.apple.itunes.storekit.client
- BILLING_ERROR - Enum constant in enum class com.apple.itunes.storekit.model.ExpirationIntent
- BILLING_GRACE_PERIOD - Enum constant in enum class com.apple.itunes.storekit.model.Status
- BILLING_RECOVERY - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- BILLING_RETRY - Enum constant in enum class com.apple.itunes.storekit.model.Status
- BILLING_RETRY - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- body() - Method in class com.apple.itunes.storekit.client.AppStoreServerAPIClient.OkHttpResponse
- body() - Method in interface com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient.HttpResponseInterface
-
A nullable
Reader
containing the response body - bundleId(String) - Method in class com.apple.itunes.storekit.model.AppTransaction
- bundleId(String) - Method in class com.apple.itunes.storekit.model.Data
- bundleId(String) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- bundleId(String) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- bundleId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- bundleId(String) - Method in class com.apple.itunes.storekit.model.StatusResponse
- bundleId(String) - Method in class com.apple.itunes.storekit.model.Summary
- bundleVersion(String) - Method in class com.apple.itunes.storekit.model.Data
C
- ChainVerifier - Class in com.apple.itunes.storekit.verification
- ChainVerifier(Set<InputStream>) - Constructor for class com.apple.itunes.storekit.verification.ChainVerifier
- check(Certificate, Collection<String>) - Method in class com.apple.itunes.storekit.verification.AppleExtensionCertPathChecker
- CheckTestNotificationResponse - Class in com.apple.itunes.storekit.model
-
A response that contains the contents of the test notification sent by the App Store server and the result from your server.
- CheckTestNotificationResponse() - Constructor for class com.apple.itunes.storekit.model.CheckTestNotificationResponse
- CIRCULAR_REDIRECT - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- clone() - Method in class com.apple.itunes.storekit.verification.AppleExtensionCertPathChecker
- close() - Method in class com.apple.itunes.storekit.client.AppStoreServerAPIClient.OkHttpResponse
- com.apple.itunes.storekit.client - package com.apple.itunes.storekit.client
- com.apple.itunes.storekit.migration - package com.apple.itunes.storekit.migration
- com.apple.itunes.storekit.model - package com.apple.itunes.storekit.model
- com.apple.itunes.storekit.offers - package com.apple.itunes.storekit.offers
- com.apple.itunes.storekit.verification - package com.apple.itunes.storekit.verification
- complete(Boolean) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- completeDate(Long) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- CONSUMABLE - Enum constant in enum class com.apple.itunes.storekit.model.TransactionHistoryRequest.ProductType
- CONSUMABLE - Enum constant in enum class com.apple.itunes.storekit.model.Type
- CONSUMPTION_REQUEST - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- ConsumptionRequest - Class in com.apple.itunes.storekit.model
-
The request body containing consumption information.
- ConsumptionRequest() - Constructor for class com.apple.itunes.storekit.model.ConsumptionRequest
- consumptionRequestReason(ConsumptionRequestReason) - Method in class com.apple.itunes.storekit.model.Data
- ConsumptionRequestReason - Enum Class in com.apple.itunes.storekit.model
-
The customer-provided reason for a refund request.
- consumptionStatus(ConsumptionStatus) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- ConsumptionStatus - Enum Class in com.apple.itunes.storekit.model
-
A value that indicates the extent to which the customer consumed the in-app purchase.
- createSignature(String, String, String, UUID, long) - Method in class com.apple.itunes.storekit.offers.PromotionalOfferSignatureCreator
-
Create a promotional offer signature
- currency(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- currency(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- CUSTOMER_CANCELLED - Enum constant in enum class com.apple.itunes.storekit.model.ExpirationIntent
- CUSTOMER_CONSENTED_OR_WAS_NOTIFIED_WITHOUT_NEEDING_CONSENT - Enum constant in enum class com.apple.itunes.storekit.model.PriceIncreaseStatus
- CUSTOMER_DID_NOT_CONSENT_TO_PRICE_INCREASE - Enum constant in enum class com.apple.itunes.storekit.model.ExpirationIntent
- CUSTOMER_HAS_NOT_RESPONDED - Enum constant in enum class com.apple.itunes.storekit.model.PriceIncreaseStatus
- CUSTOMER_SATISFACTION - Enum constant in enum class com.apple.itunes.storekit.model.ExtendReasonCode
- customerConsented(Boolean) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
D
- data(Data) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- data(List<SubscriptionGroupIdentifierItem>) - Method in class com.apple.itunes.storekit.model.StatusResponse
- Data - Class in com.apple.itunes.storekit.model
-
The app metadata and the signed renewal and transaction information.
- Data() - Constructor for class com.apple.itunes.storekit.model.Data
- DecodedSignedData - Interface in com.apple.itunes.storekit.model
- decodeSignedObject(String, Class<T>) - Method in class com.apple.itunes.storekit.verification.SignedDataVerifier
- DELIVERED_AND_WORKING_PROPERLY - Enum constant in enum class com.apple.itunes.storekit.model.DeliveryStatus
- DELIVERED_WRONG_ITEM - Enum constant in enum class com.apple.itunes.storekit.model.DeliveryStatus
- deliveryStatus(DeliveryStatus) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- DeliveryStatus - Enum Class in com.apple.itunes.storekit.model
-
A value that indicates whether the app successfully delivered an in-app purchase that works properly.
- DESCENDING - Enum constant in enum class com.apple.itunes.storekit.model.TransactionHistoryRequest.Order
- deviceVerification(String) - Method in class com.apple.itunes.storekit.model.AppTransaction
- deviceVerificationNonce(UUID) - Method in class com.apple.itunes.storekit.model.AppTransaction
- DID_CHANGE_RENEWAL_PREF - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- DID_CHANGE_RENEWAL_STATUS - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- DID_FAIL_TO_RENEW - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- DID_NOT_DELIVER_DUE_TO_IN_GAME_CURRENCY_CHANGE - Enum constant in enum class com.apple.itunes.storekit.model.DeliveryStatus
- DID_NOT_DELIVER_DUE_TO_QUALITY_ISSUE - Enum constant in enum class com.apple.itunes.storekit.model.DeliveryStatus
- DID_NOT_DELIVER_DUE_TO_SERVER_OUTAGE - Enum constant in enum class com.apple.itunes.storekit.model.DeliveryStatus
- DID_NOT_DELIVER_FOR_OTHER_REASON - Enum constant in enum class com.apple.itunes.storekit.model.DeliveryStatus
- DID_RENEW - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- DOWNGRADE - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
E
- effectiveDate(Long) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- eligibleWinBackOfferIds(List<String>) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- endDate(Long) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- endDate(Long) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- environment(Environment) - Method in class com.apple.itunes.storekit.model.Data
- environment(Environment) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- environment(Environment) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- environment(Environment) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- environment(Environment) - Method in class com.apple.itunes.storekit.model.StatusResponse
- environment(Environment) - Method in class com.apple.itunes.storekit.model.Summary
- Environment - Enum Class in com.apple.itunes.storekit.model
-
The server environment, either sandbox or production.
- equals(Object) - Method in class com.apple.itunes.storekit.model.AppTransaction
- equals(Object) - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
- equals(Object) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- equals(Object) - Method in class com.apple.itunes.storekit.model.Data
- equals(Object) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
- equals(Object) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- equals(Object) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- equals(Object) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- equals(Object) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- equals(Object) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- equals(Object) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- equals(Object) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- equals(Object) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
- equals(Object) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- equals(Object) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- equals(Object) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- equals(Object) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
- equals(Object) - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- equals(Object) - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- equals(Object) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2
- equals(Object) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- equals(Object) - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- equals(Object) - Method in class com.apple.itunes.storekit.model.SendTestNotificationResponse
- equals(Object) - Method in class com.apple.itunes.storekit.model.StatusResponse
- equals(Object) - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- equals(Object) - Method in class com.apple.itunes.storekit.model.Summary
- equals(Object) - Method in class com.apple.itunes.storekit.model.TransactionInfoResponse
- errorCode() - Method in enum class com.apple.itunes.storekit.client.APIError
- ErrorPayload - Class in com.apple.itunes.storekit.model
- ErrorPayload() - Constructor for class com.apple.itunes.storekit.model.ErrorPayload
- ErrorPayload(long, String) - Constructor for class com.apple.itunes.storekit.model.ErrorPayload
- expirationIntent(ExpirationIntent) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- ExpirationIntent - Enum Class in com.apple.itunes.storekit.model
-
The reason an auto-renewable subscription expired.
- EXPIRED - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- EXPIRED - Enum constant in enum class com.apple.itunes.storekit.model.Status
- expiresDate(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- extendByDays(Integer) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
- extendByDays(Integer) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- extendReasonCode(ExtendReasonCode) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
- extendReasonCode(ExtendReasonCode) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- ExtendReasonCode - Enum Class in com.apple.itunes.storekit.model
-
The code that represents the reason for the subscription-renewal-date extension.
- extendRenewalDateForAllActiveSubscribers(MassExtendRenewalDateRequest) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Uses a subscription’s product identifier to extend the renewal date for all of its eligible active subscribers.
- ExtendRenewalDateRequest - Class in com.apple.itunes.storekit.model
-
The request body that contains subscription-renewal-extension data for an individual subscription.
- ExtendRenewalDateRequest() - Constructor for class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
- ExtendRenewalDateResponse - Class in com.apple.itunes.storekit.model
-
A response that indicates whether an individual renewal-date extension succeeded, and related details.
- ExtendRenewalDateResponse() - Constructor for class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- extendSubscriptionRenewalDate(String, ExtendRenewalDateRequest) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Extends the renewal date of a customer’s active subscription using the original transaction identifier.
- EXTERNAL_PURCHASE_TOKEN - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- externalPurchaseId(String) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- externalPurchaseToken(ExternalPurchaseToken) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- ExternalPurchaseToken - Class in com.apple.itunes.storekit.model
-
The payload data that contains an external purchase token.
- ExternalPurchaseToken() - Constructor for class com.apple.itunes.storekit.model.ExternalPurchaseToken
- extractTransactionIdFromAppReceipt(String) - Method in class com.apple.itunes.storekit.migration.ReceiptUtility
-
Extracts a transaction id from an encoded App Receipt.
- extractTransactionIdFromTransactionReceipt(String) - Method in class com.apple.itunes.storekit.migration.ReceiptUtility
-
Extracts a transaction id from an encoded transactional receipt.
F
- failedCount(Long) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- failedCount(Long) - Method in class com.apple.itunes.storekit.model.Summary
- FAILURE - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- FAMILY_SHARED - Enum constant in enum class com.apple.itunes.storekit.model.InAppOwnershipType
- FAMILY_SHARED_SUBSCRIPTION_EXTENSION_INELIGIBLE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates a subscription isn't directly eligible for a renewal date extension because the user obtained it through Family Sharing.
- fetchErrorResponseFromErrorCode(long) - Static method in enum class com.apple.itunes.storekit.client.APIError
- FIFTY_DOLLARS_TO_NINETY_NINE_DOLLARS_AND_NINETY_NINE_CENTS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- FIFTY_DOLLARS_TO_NINETY_NINE_DOLLARS_AND_NINETY_NINE_CENTS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- FIVE_HUNDRED_DOLLARS_TO_NINE_HUNDRED_NINETY_NINE_DOLLARS_AND_NINETY_NINE_CENTS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- FIVE_HUNDRED_DOLLARS_TO_NINE_HUNDRED_NINETY_NINE_DOLLARS_AND_NINETY_NINE_CENTS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- FIVE_TO_SIXTY_MINUTES - Enum constant in enum class com.apple.itunes.storekit.model.PlayTime
- FOUR_DAYS_TO_SIXTEEN_DAYS - Enum constant in enum class com.apple.itunes.storekit.model.PlayTime
- FREE_TRIAL - Enum constant in enum class com.apple.itunes.storekit.model.OfferDiscountType
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.AccountTenure
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.AutoRenewStatus
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.ConsumptionStatus
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.DeliveryStatus
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.ExpirationIntent
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.ExtendReasonCode
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.OfferType
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.OrderLookupStatus
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.Platform
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.PlayTime
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.PriceIncreaseStatus
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.RefundPreference
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.RevocationReason
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.Status
- fromValue(Integer) - Static method in enum class com.apple.itunes.storekit.model.UserStatus
- fromValue(String) - Static method in enum class com.apple.itunes.storekit.model.ConsumptionRequestReason
- fromValue(String) - Static method in enum class com.apple.itunes.storekit.model.Environment
- fromValue(String) - Static method in enum class com.apple.itunes.storekit.model.InAppOwnershipType
- fromValue(String) - Static method in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- fromValue(String) - Static method in enum class com.apple.itunes.storekit.model.OfferDiscountType
- fromValue(String) - Static method in enum class com.apple.itunes.storekit.model.SendAttemptResult
- fromValue(String) - Static method in enum class com.apple.itunes.storekit.model.Subtype
- fromValue(String) - Static method in enum class com.apple.itunes.storekit.model.TransactionReason
- fromValue(String) - Static method in enum class com.apple.itunes.storekit.model.Type
- FULFILLMENT_ISSUE - Enum constant in enum class com.apple.itunes.storekit.model.ConsumptionRequestReason
- FULLY_CONSUMED - Enum constant in enum class com.apple.itunes.storekit.model.ConsumptionStatus
G
- GENERAL_BAD_REQUEST - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid request.
- GENERAL_INTERNAL - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates a general internal error.
- GENERAL_INTERNAL_RETRYABLE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error response that indicates an unknown error occurred, but you can try again.
- generateToken() - Method in class com.apple.itunes.storekit.client.BearerTokenAuthenticator
- generateToken() - Method in interface com.apple.itunes.storekit.client.BearerTokenAuthenticatorInterface
- getAccountTenure() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
The age of the customer’s account.
- getAllSubscriptionStatuses(String, Status[]) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Get the statuses for all of a customer’s auto-renewable subscriptions in your app.
- getApiError() - Method in exception com.apple.itunes.storekit.client.APIException
- getApiErrorMessage() - Method in exception com.apple.itunes.storekit.client.APIException
- getAppAccountToken() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
The UUID that an app optionally generates to map a customer’s in-app purchase with its resulting App Store transaction.
- getAppAccountToken() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The UUID that an app optionally generates to map a customer’s in-app purchase with its resulting App Store transaction.
- getAppAppleId() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The unique identifier the App Store uses to identify the app.
- getAppAppleId() - Method in class com.apple.itunes.storekit.model.Data
-
The unique identifier of an app in the App Store.
- getAppAppleId() - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
-
The unique identifier of an app in the App Store.
- getAppAppleId() - Method in class com.apple.itunes.storekit.model.HistoryResponse
-
The unique identifier of an app in the App Store.
- getAppAppleId() - Method in class com.apple.itunes.storekit.model.StatusResponse
-
The unique identifier of an app in the App Store.
- getAppAppleId() - Method in class com.apple.itunes.storekit.model.Summary
-
The unique identifier of an app in the App Store.
- getApplicationVersion() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The app version that the app transaction applies to.
- getAttemptDate() - Method in class com.apple.itunes.storekit.model.SendAttemptItem
-
The date the App Store server attempts to send a notification.
- getAutoRenewProductId() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The product identifier of the product that will renew at the next billing period.
- getAutoRenewStatus() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The renewal status of the auto-renewable subscription.
- getBundleId() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The bundle identifier that the app transaction applies to.
- getBundleId() - Method in class com.apple.itunes.storekit.model.Data
-
The bundle identifier of an app.
- getBundleId() - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
-
The bundle identifier of an app.
- getBundleId() - Method in class com.apple.itunes.storekit.model.HistoryResponse
-
The bundle identifier of an app.
- getBundleId() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The bundle identifier of an app.
- getBundleId() - Method in class com.apple.itunes.storekit.model.StatusResponse
-
The bundle identifier of an app.
- getBundleId() - Method in class com.apple.itunes.storekit.model.Summary
-
The bundle identifier of an app.
- getBundleVersion() - Method in class com.apple.itunes.storekit.model.Data
-
The version of the build that identifies an iteration of the bundle.
- getComplete() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
-
A Boolean value that indicates whether the App Store completed the request to extend a subscription renewal date to active subscribers.
- getCompleteDate() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
-
The UNIX time, in milliseconds, that the App Store completes a request to extend a subscription renewal date for eligible subscribers.
- getConsumptionRequestReason() - Method in class com.apple.itunes.storekit.model.Data
-
The reason the customer requested the refund.
- getConsumptionStatus() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
A value that indicates the extent to which the customer consumed the in-app purchase.
- getCurrency() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The currency code for the renewalPrice of the subscription.
- getCurrency() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The three-letter ISO 4217 currency code for the price of the product.
- getCustomerConsented() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
A Boolean value that indicates whether the customer consented to provide consumption data to the App Store.
- getData() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
-
The object that contains the app metadata and signed renewal and transaction information.
- getData() - Method in class com.apple.itunes.storekit.model.StatusResponse
-
An array of information for auto-renewable subscriptions, including App Store-signed transaction information and App Store-signed renewal information.
- getDeliveryStatus() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
A value that indicates whether the app successfully delivered an in-app purchase that works properly.
- getDeviceVerification() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The Base64 device verification value to use to verify whether the app transaction belongs to the device.
- getDeviceVerificationNonce() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The UUID used to compute the device verification value.
- getEffectiveDate() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
-
The new subscription expiration date for a subscription-renewal extension.
- getEligibleWinBackOfferIds() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
An array of win-back offer identifiers that a customer is eligible to redeem, which sorts the identifiers to present the better offers first.
- getEndDate() - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
-
The end date of the timespan for the requested App Store Server Notification history records.
- getEndDate() - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
-
An optional end date of the timespan for the transaction history records you’re requesting.
- getEnvironment() - Method in class com.apple.itunes.storekit.model.Data
-
The server environment that the notification applies to, either sandbox or production.
- getEnvironment() - Method in class com.apple.itunes.storekit.model.HistoryResponse
-
The server environment in which you’re making the request, whether sandbox or production.
- getEnvironment() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The server environment, either sandbox or production.
- getEnvironment() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The server environment, either sandbox or production.
- getEnvironment() - Method in class com.apple.itunes.storekit.model.StatusResponse
-
The server environment, sandbox or production, in which the App Store generated the response.
- getEnvironment() - Method in class com.apple.itunes.storekit.model.Summary
-
The server environment that the notification applies to, either sandbox or production.
- getErrorCode() - Method in class com.apple.itunes.storekit.model.ErrorPayload
- getErrorMessage() - Method in class com.apple.itunes.storekit.model.ErrorPayload
- getExpirationIntent() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The reason the subscription expired.
- getExpiresDate() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The UNIX time, in milliseconds, an auto-renewable subscription expires or renews.
- getExtendByDays() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
-
The number of days to extend the subscription renewal date.
- getExtendByDays() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
-
The number of days to extend the subscription renewal date.
- getExtendReasonCode() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
-
The reason code for the subscription date extension
- getExtendReasonCode() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
-
The reason code for the subscription-renewal-date extension.
- getExternalPurchaseId() - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
-
The field of an external purchase token that uniquely identifies the token.
- getExternalPurchaseToken() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
-
This field appears when the notificationType is EXTERNAL_PURCHASE_TOKEN.
- getFailedCount() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
-
The count of subscriptions that fail to receive a subscription-renewal-date extension.
- getFailedCount() - Method in class com.apple.itunes.storekit.model.Summary
-
The count of subscriptions that fail to receive a subscription-renewal-date extension.
- getGracePeriodExpiresDate() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The time when the billing grace period for subscription renewals expires.
- getHasMore() - Method in class com.apple.itunes.storekit.model.HistoryResponse
-
A Boolean value indicating whether the App Store has more transaction data.
- getHasMore() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
-
A Boolean value indicating whether the App Store has more transaction data.
- getHasMore() - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
-
A Boolean value indicating whether the App Store has more transaction data.
- getHttpStatusCode() - Method in exception com.apple.itunes.storekit.client.APIException
- getInAppOwnershipType() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
A string that describes whether the transaction was purchased by the user, or is available to them through Family Sharing.
- getInAppOwnershipType() - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
-
An optional filter that limits the transaction history by the in-app ownership type.
- getIsInBillingRetryPeriod() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
A Boolean value that indicates whether the App Store is attempting to automatically renew an expired subscription.
- getIsUpgraded() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The Boolean value that indicates whether the user upgraded to another subscription.
- getLastTransactions() - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
-
An array of the most recent App Store-signed transaction information and App Store-signed renewal information for all auto-renewable subscriptions in the subscription group.
- getLifetimeDollarsPurchased() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
A value that indicates the total amount, in USD, of in-app purchases the customer has made in your app, across all platforms.
- getLifetimeDollarsRefunded() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
A value that indicates the total amount, in USD, of refunds the customer has received, in your app, across all platforms.
- getNotificationHistory() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
-
An array of App Store server notification history records.
- getNotificationHistory(String, NotificationHistoryRequest) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Get a list of notifications that the App Store server attempted to send to your server.
- getNotificationSubtype() - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
-
A notification subtype.
- getNotificationType() - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
-
A notification type.
- getNotificationType() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
-
The in-app purchase event for which the App Store sends this version 2 notification.
- getNotificationUUID() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
-
A unique identifier for the notification.
- getOfferDiscountType() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The payment mode of the discount offer.
- getOfferDiscountType() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The payment mode you configure for an introductory offer, promotional offer, or offer code on an auto-renewable subscription.
- getOfferIdentifier() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The identifier that contains the promo code or the promotional offer identifier.
- getOfferIdentifier() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The identifier that contains the promo code or the promotional offer identifier.
- getOfferType() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The type of the subscription offer.
- getOfferType() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
A value that represents the promotional offer type.
- getOnlyFailures() - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
-
A Boolean value you set to true to request only the notifications that haven’t reached your server successfully.
- getOriginalApplicationVersion() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The app version that the user originally purchased from the App Store.
- getOriginalPurchaseDate() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The date the user originally purchased the app from the App Store.
- getOriginalPurchaseDate() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The purchase date of the transaction associated with the original transaction identifier.
- getOriginalTransactionId() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
-
The original transaction identifier of a purchase.
- getOriginalTransactionId() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The original transaction identifier of a purchase.
- getOriginalTransactionId() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The original transaction identifier of a purchase.
- getOriginalTransactionId() - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
-
The original transaction identifier of a purchase.
- getPaginationToken() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
-
A pagination token that you return to the endpoint on a subsequent call to receive the next set of results.
- getPlatform() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
A value that indicates the platform on which the customer consumed the in-app purchase.
- getPlayTime() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
A value that indicates the amount of time that the customer used the app.
- getPreorderDate() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The date the customer placed an order for the app before it’s available in the App Store.
- getPrice() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The price, in milliunits, of the in-app purchase or subscription offer that you configured in App Store Connect.
- getPriceIncreaseStatus() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The status that indicates whether the auto-renewable subscription is subject to a price increase.
- getProductId() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The unique identifier for the product, that you create in App Store Connect.
- getProductId() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The unique identifier for the product, that you create in App Store Connect.
- getProductId() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
-
The unique identifier for the product, that you create in App Store Connect.
- getProductId() - Method in class com.apple.itunes.storekit.model.Summary
-
The unique identifier for the product, that you create in App Store Connect.
- getProductIds() - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
-
An optional filter that indicates the product identifier to include in the transaction history.
- getProductTypes() - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
-
An optional filter that indicates the product type to include in the transaction history.
- getPurchaseDate() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The time that the App Store charged the user’s account for an in-app purchase, a restored in-app purchase, a subscription, or a subscription renewal after a lapse.
- getQuantity() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The number of consumable products purchased.
- getRawAccountTenure() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- getRawApiError() - Method in exception com.apple.itunes.storekit.client.APIException
- getRawAutoRenewStatus() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- getRawConsumptionRequestReason() - Method in class com.apple.itunes.storekit.model.Data
- getRawConsumptionStatus() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- getRawDeliveryStatus() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- getRawEnvironment() - Method in class com.apple.itunes.storekit.model.Data
- getRawEnvironment() - Method in class com.apple.itunes.storekit.model.HistoryResponse
- getRawEnvironment() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- getRawEnvironment() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- getRawEnvironment() - Method in class com.apple.itunes.storekit.model.StatusResponse
- getRawEnvironment() - Method in class com.apple.itunes.storekit.model.Summary
- getRawExpirationIntent() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- getRawInAppOwnershipType() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- getRawLifetimeDollarsPurchased() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- getRawLifetimeDollarsRefunded() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- getRawNotificationType() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- getRawOfferDiscountType() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- getRawOfferDiscountType() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- getRawOfferType() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- getRawOfferType() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- getRawPlatform() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- getRawPlayTime() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- getRawPriceIncreaseStatus() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- getRawReceiptType() - Method in class com.apple.itunes.storekit.model.AppTransaction
- getRawRefundPreference() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- getRawRevocationReason() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- getRawSendAttemptResult() - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- getRawStatus() - Method in class com.apple.itunes.storekit.model.Data
- getRawStatus() - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- getRawStatus() - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- getRawSubtype() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- getRawTransactionReason() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- getRawType() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- getRawUserStatus() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- getReceiptCreationDate() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The date that the App Store signed the JWS app transaction.
- getReceiptType() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The server environment that signs the app transaction.
- getRecentSubscriptionStartDate() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The earliest start date of a subscription in a series of auto-renewable subscription purchases that ignores all lapses of paid service shorter than 60 days.
- getRefundHistory(String, String) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Get a paginated list of all of a customer’s refunded in-app purchases for your app.
- getRefundPreference() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
A value that indicates your preference, based on your operational logic, as to whether Apple should grant the refund.
- getRenewalDate() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The UNIX time, in milliseconds, when the most recent auto-renewable subscription purchase expires.
- getRenewalPrice() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The renewal price, in milliunits, of the auto-renewable subscription that renews at the next billing period.
- getRequestIdentifier() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
-
A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.
- getRequestIdentifier() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
-
A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.
- getRequestIdentifier() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
-
A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.
- getRequestIdentifier() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
-
A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.
- getRequestIdentifier() - Method in class com.apple.itunes.storekit.model.Summary
-
A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.
- getResponse(Request) - Method in class com.apple.itunes.storekit.client.AppStoreServerAPIClient
- getRevision() - Method in class com.apple.itunes.storekit.model.HistoryResponse
-
A token you use in a query to request the next set of transactions for the customer.
- getRevision() - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
-
A token you use in a query to request the next set of transactions for the customer.
- getRevocationDate() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The UNIX time, in milliseconds, that Apple Support refunded a transaction.
- getRevocationReason() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The reason that the App Store refunded the transaction or revoked it from family sharing.
- getRevoked() - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
-
An optional Boolean value that indicates whether the response includes only revoked transactions when the value is true, or contains only nonrevoked transactions when the value is false.
- getSampleContentProvided() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
A Boolean value that indicates whether you provided, prior to its purchase, a free sample or trial of the content, or information about its functionality.
- getSendAttemptResult() - Method in class com.apple.itunes.storekit.model.SendAttemptItem
-
The success or error information the App Store server records when it attempts to send an App Store server notification to your server.
- getSendAttempts() - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
-
An array of information the App Store server records for its attempts to send the TEST notification to your server.
- getSendAttempts() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
-
An array of information the App Store server records for its attempts to send a notification to your server.
- getSignedDate() - Method in class com.apple.itunes.storekit.model.AppTransaction
- getSignedDate() - Method in interface com.apple.itunes.storekit.model.DecodedSignedData
- getSignedDate() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
The UNIX time, in milliseconds, that the App Store signed the JSON Web Signature data.
- getSignedDate() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The UNIX time, in milliseconds, that the App Store signed the JSON Web Signature data.
- getSignedDate() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
-
The UNIX time, in milliseconds, that the App Store signed the JSON Web Signature data.
- getSignedPayload() - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
-
A cryptographically signed payload, in JSON Web Signature (JWS) format, containing the response body for a version 2 notification.
- getSignedPayload() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
-
A cryptographically signed payload, in JSON Web Signature (JWS) format, containing the response body for a version 2 notification.
- getSignedPayload() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2
-
A cryptographically signed payload, in JSON Web Signature (JWS) format, containing the response body for a version 2 notification.
- getSignedRenewalInfo() - Method in class com.apple.itunes.storekit.model.Data
-
Subscription renewal information, signed by the App Store, in JSON Web Signature (JWS) format.
- getSignedRenewalInfo() - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
-
Subscription renewal information, signed by the App Store, in JSON Web Signature (JWS) format.
- getSignedTransactionInfo() - Method in class com.apple.itunes.storekit.model.Data
-
Transaction information signed by the App Store, in JSON Web Signature (JWS) format.
- getSignedTransactionInfo() - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
-
Transaction information signed by the App Store, in JSON Web Signature (JWS) format.
- getSignedTransactionInfo() - Method in class com.apple.itunes.storekit.model.TransactionInfoResponse
-
A customer’s in-app purchase transaction, signed by Apple, in JSON Web Signature (JWS) format.
- getSignedTransactions() - Method in class com.apple.itunes.storekit.model.HistoryResponse
-
An array of in-app purchase transactions for the customer, signed by Apple, in JSON Web Signature format.
- getSignedTransactions() - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
-
An array of in-app purchase transactions that are part of order, signed by Apple, in JSON Web Signature format.
- getSignedTransactions() - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
-
A list of up to 20 JWS transactions, or an empty array if the customer hasn't received any refunds in your app.
- getSort() - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
-
An optional sort order for the transaction history records.
- getStartDate() - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
-
The start date of the timespan for the requested App Store Server Notification history records.
- getStartDate() - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
-
An optional start date of the timespan for the transaction history records you’re requesting.
- getStatus() - Method in class com.apple.itunes.storekit.model.Data
-
The status of an auto-renewable subscription as of the signedDate in the responseBodyV2DecodedPayload.
- getStatus() - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
-
The status of the auto-renewable subscription.
- getStatus() - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
-
The status that indicates whether the order ID is valid.
- getStatus() - Method in exception com.apple.itunes.storekit.verification.VerificationException
- getStatusOfSubscriptionRenewalDateExtensions(String, String) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Checks whether a renewal date extension request completed, and provides the final count of successful or failed extensions.
- getStorefront() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The three-letter code that represents the country or region associated with the App Store storefront of the purchase.
- getStorefrontCountryCodes() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
-
A list of storefront country codes you provide to limit the storefronts for a subscription-renewal-date extension.
- getStorefrontCountryCodes() - Method in class com.apple.itunes.storekit.model.Summary
-
A list of storefront country codes you provide to limit the storefronts for a subscription-renewal-date extension.
- getStorefrontId() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
An Apple-defined value that uniquely identifies an App Store storefront.
- getSubscriptionGroupIdentifier() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The identifier of the subscription group that the subscription belongs to.
- getSubscriptionGroupIdentifier() - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
-
The identifier of the subscription group that the subscription belongs to.
- getSubscriptionGroupIdentifiers() - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
-
An optional filter that indicates the subscription group identifier to include in the transaction history.
- getSubtype() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
-
Additional information that identifies the notification event.
- getSucceededCount() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
-
The count of subscriptions that successfully receive a subscription-renewal-date extension.
- getSucceededCount() - Method in class com.apple.itunes.storekit.model.Summary
-
The count of subscriptions that successfully receive a subscription-renewal-date extension.
- getSuccess() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
-
A Boolean value that indicates whether the subscription-renewal-date extension succeeded.
- getSummary() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
-
The summary data that appears when the App Store server completes your request to extend a subscription renewal date for eligible subscribers.
- getSupportedExtensions() - Method in class com.apple.itunes.storekit.verification.AppleExtensionCertPathChecker
- getTestNotificationStatus(String) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Check the status of the test App Store server notification sent to your server.
- getTestNotificationToken() - Method in class com.apple.itunes.storekit.model.SendTestNotificationResponse
-
A unique identifier for a notification test that the App Store server sends to your server.
- getTokenCreationDate() - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
-
The field of an external purchase token that contains the UNIX date, in milliseconds, when the system created the token.
- getTransactionHistory(String, String, TransactionHistoryRequest) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Deprecated.
- getTransactionHistory(String, String, TransactionHistoryRequest, GetTransactionHistoryVersion) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Get a customer’s in-app purchase transaction history for your app.
- GetTransactionHistoryVersion - Enum Class in com.apple.itunes.storekit.client
- getTransactionId() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The unique identifier for a transaction such as an in-app purchase, restored in-app purchase, or subscription renewal.
- getTransactionId() - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
-
The transaction identifier, which may be an original transaction identifier, of any transaction belonging to the customer.
- getTransactionInfo(String) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Get information about a single transaction for your app.
- getTransactionReason() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The cause of a purchase transaction, which indicates whether it’s a customer’s purchase or a renewal for an auto-renewable subscription that the system initiates.
- getType() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The type of the in-app purchase.
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.Data
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.HistoryResponse
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.SendAttemptItem
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.SendTestNotificationResponse
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.StatusResponse
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.Summary
-
Fields that are not recognized for this object
- getUnknownFields() - Method in class com.apple.itunes.storekit.model.TransactionInfoResponse
-
Fields that are not recognized for this object
- getUrlForEnvironment(Environment) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
- getUserStatus() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
-
The status of the customer’s account.
- getValue() - Method in enum class com.apple.itunes.storekit.model.AccountTenure
- getValue() - Method in enum class com.apple.itunes.storekit.model.AutoRenewStatus
- getValue() - Method in enum class com.apple.itunes.storekit.model.ConsumptionRequestReason
- getValue() - Method in enum class com.apple.itunes.storekit.model.ConsumptionStatus
- getValue() - Method in enum class com.apple.itunes.storekit.model.DeliveryStatus
- getValue() - Method in enum class com.apple.itunes.storekit.model.Environment
- getValue() - Method in enum class com.apple.itunes.storekit.model.ExpirationIntent
- getValue() - Method in enum class com.apple.itunes.storekit.model.ExtendReasonCode
- getValue() - Method in enum class com.apple.itunes.storekit.model.InAppOwnershipType
- getValue() - Method in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- getValue() - Method in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- getValue() - Method in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- getValue() - Method in enum class com.apple.itunes.storekit.model.OfferDiscountType
- getValue() - Method in enum class com.apple.itunes.storekit.model.OfferType
- getValue() - Method in enum class com.apple.itunes.storekit.model.OrderLookupStatus
- getValue() - Method in enum class com.apple.itunes.storekit.model.Platform
- getValue() - Method in enum class com.apple.itunes.storekit.model.PlayTime
- getValue() - Method in enum class com.apple.itunes.storekit.model.PriceIncreaseStatus
- getValue() - Method in enum class com.apple.itunes.storekit.model.RefundPreference
- getValue() - Method in enum class com.apple.itunes.storekit.model.RevocationReason
- getValue() - Method in enum class com.apple.itunes.storekit.model.SendAttemptResult
- getValue() - Method in enum class com.apple.itunes.storekit.model.Status
- getValue() - Method in enum class com.apple.itunes.storekit.model.Subtype
- getValue() - Method in enum class com.apple.itunes.storekit.model.TransactionReason
- getValue() - Method in enum class com.apple.itunes.storekit.model.Type
- getValue() - Method in enum class com.apple.itunes.storekit.model.UserStatus
- getVersion() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
-
A string that indicates the notification’s App Store Server Notifications version number.
- getVersionExternalIdentifier() - Method in class com.apple.itunes.storekit.model.AppTransaction
-
The version external identifier of the app
- getWebOrderLineItemId() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
-
The unique identifier of subscription-purchase events across devices, including renewals.
- getWebOrderLineItemId() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
-
The unique identifier of subscription-purchase events across devices, including renewals.
- GRACE_PERIOD - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- GRACE_PERIOD_EXPIRED - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- gracePeriodExpiresDate(Long) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- GREATER_THAN_THREE_HUNDRED_SIXTY_FIVE_DAYS - Enum constant in enum class com.apple.itunes.storekit.model.AccountTenure
H
- hashCode() - Method in class com.apple.itunes.storekit.model.AppTransaction
- hashCode() - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
- hashCode() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- hashCode() - Method in class com.apple.itunes.storekit.model.Data
- hashCode() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
- hashCode() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- hashCode() - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- hashCode() - Method in class com.apple.itunes.storekit.model.HistoryResponse
- hashCode() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- hashCode() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- hashCode() - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- hashCode() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- hashCode() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
- hashCode() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- hashCode() - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- hashCode() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- hashCode() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
- hashCode() - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- hashCode() - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- hashCode() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2
- hashCode() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- hashCode() - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- hashCode() - Method in class com.apple.itunes.storekit.model.SendTestNotificationResponse
- hashCode() - Method in class com.apple.itunes.storekit.model.StatusResponse
- hashCode() - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- hashCode() - Method in class com.apple.itunes.storekit.model.Summary
- hashCode() - Method in class com.apple.itunes.storekit.model.TransactionInfoResponse
- hasMore(Boolean) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- hasMore(Boolean) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- hasMore(Boolean) - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- HistoryResponse - Class in com.apple.itunes.storekit.model
-
A response that contains the customer’s transaction history for an app.
- HistoryResponse() - Constructor for class com.apple.itunes.storekit.model.HistoryResponse
I
- inAppOwnershipType(InAppOwnershipType) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- inAppOwnershipType(InAppOwnershipType) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- InAppOwnershipType - Enum Class in com.apple.itunes.storekit.model
-
The relationship of the user with the family-shared purchase to which they have access.
- init(boolean) - Method in class com.apple.itunes.storekit.verification.AppleExtensionCertPathChecker
- INITIAL_BUY - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- INTRODUCTORY_OFFER - Enum constant in enum class com.apple.itunes.storekit.model.OfferType
- INVALID - Enum constant in enum class com.apple.itunes.storekit.model.OrderLookupStatus
- INVALID_ACCOUNT_TENURE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the value of the account tenure field is invalid.
- INVALID_APP_ACCOUNT_TOKEN - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the value of the app account token field is invalid.
- INVALID_APP_IDENTIFIER - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid app identifier.
- INVALID_APP_IDENTIFIER - Enum constant in enum class com.apple.itunes.storekit.verification.VerificationStatus
- INVALID_CERTIFICATE - Enum constant in enum class com.apple.itunes.storekit.verification.VerificationStatus
- INVALID_CHAIN - Enum constant in enum class com.apple.itunes.storekit.verification.VerificationStatus
- INVALID_CHAIN_LENGTH - Enum constant in enum class com.apple.itunes.storekit.verification.VerificationStatus
- INVALID_CONSUMPTION_STATUS - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the value of the consumption status field is invalid.
- INVALID_CUSTOMER_CONSENTED - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the customer consented field is invalid or doesn’t indicate that the customer consented.
- INVALID_DELIVERY_STATUS - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the value in the delivery status field is invalid.
- INVALID_EMPTY_STOREFRONT_COUNTRY_CODE_LIST - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates a required storefront country code is empty.
- INVALID_END_DATE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the end date is invalid.
- INVALID_ENVIRONMENT - Enum constant in enum class com.apple.itunes.storekit.verification.VerificationStatus
- INVALID_EXCLUDE_REVOKED - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
Deprecated.
- INVALID_EXTEND_BY_DAYS - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid extend-by-days value.
- INVALID_EXTEND_REASON_CODE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid reason code.
- INVALID_IN_APP_OWNERSHIP_TYPE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid in-app ownership type parameter.
- INVALID_LIFETIME_DOLLARS_PURCHASED - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the value in the lifetime dollars purchased field is invalid.
- INVALID_LIFETIME_DOLLARS_REFUNDED - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the value in the lifetime dollars refunded field is invalid.
- INVALID_NOTIFICATION_TYPE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the notification type or subtype is invalid.
- INVALID_ORIGINAL_TRANSACTION_ID - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid original transaction identifier.
- INVALID_PAGINATION_TOKEN - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the pagination token is invalid.
- INVALID_PLATFORM - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the value in the platform field is invalid.
- INVALID_PLAY_TIME - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the value in the playtime field is invalid.
- INVALID_PRODUCT_ID - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the product ID parameter is invalid.
- INVALID_PRODUCT_TYPE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid product type parameter.
- INVALID_REQUEST_IDENTIFIER - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid request identifier.
- INVALID_REQUEST_REVISION - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid request revision.
- INVALID_RESPONSE - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- INVALID_REVOKED - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the revoked parameter contains an invalid value.
- INVALID_SAMPLE_CONTENT_PROVIDED - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the value in the sample content provided field is invalid.
- INVALID_SORT - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid sort parameter.
- INVALID_START_DATE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the start date is invalid.
- INVALID_STATUS - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the status parameter is invalid.
- INVALID_STOREFRONT_COUNTRY_CODE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates a storefront code is invalid.
- INVALID_SUBSCRIPTION_GROUP_IDENTIFIER - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid subscription group identifier.
- INVALID_TEST_NOTIFICATION_TOKEN - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the test notification token is invalid.
- INVALID_TRANSACTION_ID - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an invalid transaction identifier.
- INVALID_TRANSACTION_NOT_CONSUMABLE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
Deprecated.
- INVALID_TRANSACTION_TYPE_NOT_SUPPORTED - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the transaction identifier represents an unsupported in-app purchase type.
- INVALID_USER_STATUS - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the value in the user status field is invalid.
- isForwardCheckingSupported() - Method in class com.apple.itunes.storekit.verification.AppleExtensionCertPathChecker
- isInBillingRetryPeriod(Boolean) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- isUpgraded(Boolean) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
J
- JWSRenewalInfoDecodedPayload - Class in com.apple.itunes.storekit.model
-
A decoded payload containing subscription renewal information for an auto-renewable subscription.
- JWSRenewalInfoDecodedPayload() - Constructor for class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- JWSTransactionDecodedPayload - Class in com.apple.itunes.storekit.model
-
A decoded payload containing transaction information.
- JWSTransactionDecodedPayload() - Constructor for class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
L
- lastTransactions(List<LastTransactionsItem>) - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- LastTransactionsItem - Class in com.apple.itunes.storekit.model
-
The most recent App Store-signed transaction information and App Store-signed renewal information for an auto-renewable subscription.
- LastTransactionsItem() - Constructor for class com.apple.itunes.storekit.model.LastTransactionsItem
- LEGAL - Enum constant in enum class com.apple.itunes.storekit.model.ConsumptionRequestReason
- lifetimeDollarsPurchased(LifetimeDollarsPurchased) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- LifetimeDollarsPurchased - Enum Class in com.apple.itunes.storekit.model
-
A value that indicates the total amount, in USD, of in-app purchases the customer has made in your app, across all platforms.
- lifetimeDollarsRefunded(LifetimeDollarsRefunded) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- LifetimeDollarsRefunded - Enum Class in com.apple.itunes.storekit.model
-
A value that indicates the dollar amount of refunds the customer has received in your app, since purchasing the app, across all platforms.
- LIMITED_ACCESS - Enum constant in enum class com.apple.itunes.storekit.model.UserStatus
- LOCAL_TESTING - Enum constant in enum class com.apple.itunes.storekit.model.Environment
- lookUpOrderId(String) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Get a customer’s in-app purchases from a receipt using the order ID.
M
- makeHttpCall(String, String, Map<String, List<String>>, Object, Class<T>) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
- makeRequest(String, String, Map<String, List<String>>, Map<String, String>, String, String) - Method in class com.apple.itunes.storekit.client.AppStoreServerAPIClient
- makeRequest(String, String, Map<String, List<String>>, Map<String, String>, String, String) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Make an HTTP request
- MassExtendRenewalDateRequest - Class in com.apple.itunes.storekit.model
-
The request body that contains subscription-renewal-extension data to apply for all eligible active subscribers.
- MassExtendRenewalDateRequest() - Constructor for class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- MassExtendRenewalDateResponse - Class in com.apple.itunes.storekit.model
-
A response that indicates the server successfully received the subscription-renewal-date extension request.
- MassExtendRenewalDateResponse() - Constructor for class com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
- MassExtendRenewalDateStatusResponse - Class in com.apple.itunes.storekit.model
-
A response that indicates the current status of a request to extend the subscription renewal date to all eligible subscribers.
- MassExtendRenewalDateStatusResponse() - Constructor for class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- MULTIPLE_FILTERS_SUPPLIED - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the request is invalid because it has too many constraints applied.
N
- NINETY_DAYS_TO_ONE_HUNDRED_EIGHTY_DAYS - Enum constant in enum class com.apple.itunes.storekit.model.AccountTenure
- NO_PREFERENCE - Enum constant in enum class com.apple.itunes.storekit.model.RefundPreference
- NO_RESPONSE - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- NON_APPLE - Enum constant in enum class com.apple.itunes.storekit.model.Platform
- NON_CONSUMABLE - Enum constant in enum class com.apple.itunes.storekit.model.TransactionHistoryRequest.ProductType
- NON_CONSUMABLE - Enum constant in enum class com.apple.itunes.storekit.model.Type
- NON_RENEWABLE - Enum constant in enum class com.apple.itunes.storekit.model.TransactionHistoryRequest.ProductType
- NON_RENEWING_SUBSCRIPTION - Enum constant in enum class com.apple.itunes.storekit.model.Type
- NOT_CONSUMED - Enum constant in enum class com.apple.itunes.storekit.model.ConsumptionStatus
- notificationHistory(List<NotificationHistoryResponseItem>) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- NotificationHistoryRequest - Class in com.apple.itunes.storekit.model
-
The request body for notification history.
- NotificationHistoryRequest() - Constructor for class com.apple.itunes.storekit.model.NotificationHistoryRequest
- NotificationHistoryResponse - Class in com.apple.itunes.storekit.model
-
A response that contains the App Store Server Notifications history for your app.
- NotificationHistoryResponse() - Constructor for class com.apple.itunes.storekit.model.NotificationHistoryResponse
- NotificationHistoryResponseItem - Class in com.apple.itunes.storekit.model
-
The App Store server notification history record, including the signed notification payload and the result of the server’s first send attempt.
- NotificationHistoryResponseItem() - Constructor for class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
- notificationSubtype(Subtype) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- notificationType(NotificationTypeV2) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- notificationType(NotificationTypeV2) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- NotificationTypeV2 - Enum Class in com.apple.itunes.storekit.model
-
The type that describes the in-app purchase or external purchase event for which the App Store sends the version 2 notification.
- notificationUUID(String) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
O
- OFF - Enum constant in enum class com.apple.itunes.storekit.model.AutoRenewStatus
- OFFER_REDEEMED - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- offerDiscountType(OfferDiscountType) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- offerDiscountType(OfferDiscountType) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- OfferDiscountType - Enum Class in com.apple.itunes.storekit.model
-
The payment mode you configure for an introductory offer, promotional offer, or offer code on an auto-renewable subscription.
- offerIdentifier(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- offerIdentifier(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- offerType(OfferType) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- offerType(OfferType) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- OfferType - Enum Class in com.apple.itunes.storekit.model
-
The type of subscription offer.
- OK - Enum constant in enum class com.apple.itunes.storekit.verification.VerificationStatus
- OkHttpResponse(Response) - Constructor for class com.apple.itunes.storekit.client.AppStoreServerAPIClient.OkHttpResponse
- ON - Enum constant in enum class com.apple.itunes.storekit.model.AutoRenewStatus
- ONE_CENT_TO_FORTY_NINE_DOLLARS_AND_NINETY_NINE_CENTS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- ONE_CENT_TO_FORTY_NINE_DOLLARS_AND_NINETY_NINE_CENTS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- ONE_DAY_TO_FOUR_DAYS - Enum constant in enum class com.apple.itunes.storekit.model.PlayTime
- ONE_HUNDRED_DOLLARS_TO_FOUR_HUNDRED_NINETY_NINE_DOLLARS_AND_NINETY_NINE_CENTS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- ONE_HUNDRED_DOLLARS_TO_FOUR_HUNDRED_NINETY_NINE_DOLLARS_AND_NINETY_NINE_CENTS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- ONE_HUNDRED_EIGHTY_DAYS_TO_THREE_HUNDRED_SIXTY_FIVE_DAYS - Enum constant in enum class com.apple.itunes.storekit.model.AccountTenure
- ONE_THOUSAND_DOLLARS_TO_ONE_THOUSAND_NINE_HUNDRED_NINETY_NINE_DOLLARS_AND_NINETY_NINE_CENTS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- ONE_THOUSAND_DOLLARS_TO_ONE_THOUSAND_NINE_HUNDRED_NINETY_NINE_DOLLARS_AND_NINETY_NINE_CENTS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- ONE_TIME_CHARGE - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- ONE_TO_SIX_HOURS - Enum constant in enum class com.apple.itunes.storekit.model.PlayTime
- onlyFailures(Boolean) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- OrderLookupResponse - Class in com.apple.itunes.storekit.model
-
A response that includes the order lookup status and an array of signed transactions for the in-app purchases in the order.
- OrderLookupResponse() - Constructor for class com.apple.itunes.storekit.model.OrderLookupResponse
- OrderLookupStatus - Enum Class in com.apple.itunes.storekit.model
-
A value that indicates whether the order ID in the request is valid for your app.
- ORIGINAL_TRANSACTION_ID_NOT_FOUND - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates an original transaction identifier wasn't found.
- ORIGINAL_TRANSACTION_ID_NOT_FOUND_RETRYABLE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error response that indicates the original transaction identifier wasn’t found, but you can try again.
- originalApplicationVersion(String) - Method in class com.apple.itunes.storekit.model.AppTransaction
- originalPurchaseDate(Long) - Method in class com.apple.itunes.storekit.model.AppTransaction
- originalPurchaseDate(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- originalTransactionId(String) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- originalTransactionId(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- originalTransactionId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- originalTransactionId(String) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- OTHER - Enum constant in enum class com.apple.itunes.storekit.model.ConsumptionRequestReason
- OTHER - Enum constant in enum class com.apple.itunes.storekit.model.ExpirationIntent
- OTHER - Enum constant in enum class com.apple.itunes.storekit.model.ExtendReasonCode
- OTHER - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- OVER_SIXTEEN_DAYS - Enum constant in enum class com.apple.itunes.storekit.model.PlayTime
P
- PAGINATION_TOKEN_EXPIRED - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the pagination token expired.
- paginationToken(String) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- parseJWTPayload(Class<T>, DecodedJWT) - Method in class com.apple.itunes.storekit.verification.SignedDataVerifier
- PARTIALLY_CONSUMED - Enum constant in enum class com.apple.itunes.storekit.model.ConsumptionStatus
- PAY_AS_YOU_GO - Enum constant in enum class com.apple.itunes.storekit.model.OfferDiscountType
- PAY_UP_FRONT - Enum constant in enum class com.apple.itunes.storekit.model.OfferDiscountType
- PENDING - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- platform(Platform) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- Platform - Enum Class in com.apple.itunes.storekit.model
-
The platform on which the customer consumed the in-app purchase.
- playTime(PlayTime) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- PlayTime - Enum Class in com.apple.itunes.storekit.model
-
A value that indicates the amount of time that the customer used the app.
- PREFER_DECLINE - Enum constant in enum class com.apple.itunes.storekit.model.RefundPreference
- PREFER_GRANT - Enum constant in enum class com.apple.itunes.storekit.model.RefundPreference
- PREMATURE_CLOSE - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- preorderDate(Long) - Method in class com.apple.itunes.storekit.model.AppTransaction
- price(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- PRICE_INCREASE - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- PRICE_INCREASE - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- priceIncreaseStatus(PriceIncreaseStatus) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- PriceIncreaseStatus - Enum Class in com.apple.itunes.storekit.model
-
The status that indicates whether an auto-renewable subscription is subject to a price increase.
- PRODUCT_NOT_AVAILABLE - Enum constant in enum class com.apple.itunes.storekit.model.ExpirationIntent
- PRODUCT_NOT_FOR_SALE - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- productId(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- productId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- productId(String) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- productId(String) - Method in class com.apple.itunes.storekit.model.Summary
- productIds(List<String>) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- PRODUCTION - Enum constant in enum class com.apple.itunes.storekit.model.Environment
- productTypes(List<TransactionHistoryRequest.ProductType>) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- PROMOTIONAL_OFFER - Enum constant in enum class com.apple.itunes.storekit.model.OfferType
- PromotionalOfferSignatureCreator - Class in com.apple.itunes.storekit.offers
- PromotionalOfferSignatureCreator(String, String, String) - Constructor for class com.apple.itunes.storekit.offers.PromotionalOfferSignatureCreator
- PURCHASE - Enum constant in enum class com.apple.itunes.storekit.model.TransactionReason
- PURCHASED - Enum constant in enum class com.apple.itunes.storekit.model.InAppOwnershipType
- purchaseDate(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
Q
- quantity(Integer) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
R
- RATE_LIMIT_EXCEEDED - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates that the request exceeded the rate limit.
- receiptCreationDate(Long) - Method in class com.apple.itunes.storekit.model.AppTransaction
- receiptType(Environment) - Method in class com.apple.itunes.storekit.model.AppTransaction
- ReceiptUtility - Class in com.apple.itunes.storekit.migration
- ReceiptUtility() - Constructor for class com.apple.itunes.storekit.migration.ReceiptUtility
- recentSubscriptionStartDate(Long) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- REFUND - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- REFUND_DECLINED - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- REFUND_REVERSED - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- REFUNDED_DUE_TO_ISSUE - Enum constant in enum class com.apple.itunes.storekit.model.RevocationReason
- REFUNDED_FOR_OTHER_REASON - Enum constant in enum class com.apple.itunes.storekit.model.RevocationReason
- RefundHistoryResponse - Class in com.apple.itunes.storekit.model
-
A response that contains an array of signed JSON Web Signature (JWS) refunded transactions, and paging information.
- RefundHistoryResponse() - Constructor for class com.apple.itunes.storekit.model.RefundHistoryResponse
- refundPreference(RefundPreference) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- RefundPreference - Enum Class in com.apple.itunes.storekit.model
-
A value that indicates your preferred outcome for the refund request.
- RENEWAL - Enum constant in enum class com.apple.itunes.storekit.model.TransactionReason
- RENEWAL_EXTENDED - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- RENEWAL_EXTENSION - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- renewalDate(Long) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- renewalPrice(Long) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- requestIdentifier(String) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
- requestIdentifier(String) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- requestIdentifier(String) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
- requestIdentifier(String) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- requestIdentifier(String) - Method in class com.apple.itunes.storekit.model.Summary
- requestTestNotification() - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Ask App Store Server Notifications to send a test notification to your server.
- ResponseBodyV2 - Class in com.apple.itunes.storekit.model
-
The response body the App Store sends in a version 2 server notification.
- ResponseBodyV2() - Constructor for class com.apple.itunes.storekit.model.ResponseBodyV2
- ResponseBodyV2DecodedPayload - Class in com.apple.itunes.storekit.model
-
A decoded payload containing the version 2 notification data.
- ResponseBodyV2DecodedPayload() - Constructor for class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- RESUBSCRIBE - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- revision(String) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- revision(String) - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- revocationDate(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- revocationReason(RevocationReason) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- RevocationReason - Enum Class in com.apple.itunes.storekit.model
-
The reason for a refunded transaction.
- REVOKE - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- revoked(Boolean) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- REVOKED - Enum constant in enum class com.apple.itunes.storekit.model.Status
S
- sampleContentProvided(Boolean) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- SANDBOX - Enum constant in enum class com.apple.itunes.storekit.model.Environment
- SendAttemptItem - Class in com.apple.itunes.storekit.model
-
The success or error information and the date the App Store server records when it attempts to send a server notification to your server.
- SendAttemptItem() - Constructor for class com.apple.itunes.storekit.model.SendAttemptItem
- sendAttemptResult(SendAttemptResult) - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- SendAttemptResult - Enum Class in com.apple.itunes.storekit.model
-
The success or error information the App Store server records when it attempts to send an App Store server notification to your server.
- sendAttempts(List<SendAttemptItem>) - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
- sendAttempts(List<SendAttemptItem>) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
- sendConsumptionData(String, ConsumptionRequest) - Method in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
-
Send consumption information about a consumable in-app purchase to the App Store after your server receives a consumption request notification.
- SendTestNotificationResponse - Class in com.apple.itunes.storekit.model
-
A response that contains the test notification token.
- SendTestNotificationResponse() - Constructor for class com.apple.itunes.storekit.model.SendTestNotificationResponse
- serialize(UUID, JsonGenerator, SerializerProvider) - Method in class com.apple.itunes.storekit.model.AppAccountTokenNullSerializer
- SERVER_NOTIFICATION_URL_NOT_FOUND - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates that the App Store server couldn’t find a notifications URL for your app in this environment.
- SERVICE_ISSUE_OR_OUTAGE - Enum constant in enum class com.apple.itunes.storekit.model.ExtendReasonCode
- setAccountTenure(AccountTenure) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setAppAccountToken(UUID) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setAppAccountToken(UUID) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setAppAppleId(Long) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setAppAppleId(Long) - Method in class com.apple.itunes.storekit.model.Data
- setAppAppleId(Long) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- setAppAppleId(Long) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- setAppAppleId(Long) - Method in class com.apple.itunes.storekit.model.StatusResponse
- setAppAppleId(Long) - Method in class com.apple.itunes.storekit.model.Summary
- setApplicationVersion(String) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setAttemptDate(Long) - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- setAutoRenewProductId(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setAutoRenewStatus(AutoRenewStatus) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setBundleId(String) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setBundleId(String) - Method in class com.apple.itunes.storekit.model.Data
- setBundleId(String) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- setBundleId(String) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- setBundleId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setBundleId(String) - Method in class com.apple.itunes.storekit.model.StatusResponse
- setBundleId(String) - Method in class com.apple.itunes.storekit.model.Summary
- setBundleVersion(String) - Method in class com.apple.itunes.storekit.model.Data
- setComplete(Boolean) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- setCompleteDate(Long) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- setConsumptionRequestReason(ConsumptionRequestReason) - Method in class com.apple.itunes.storekit.model.Data
- setConsumptionStatus(ConsumptionStatus) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setCurrency(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setCurrency(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setCustomerConsented(Boolean) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setData(Data) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setData(List<SubscriptionGroupIdentifierItem>) - Method in class com.apple.itunes.storekit.model.StatusResponse
- setDeliveryStatus(DeliveryStatus) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setDeviceVerification(String) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setDeviceVerificationNonce(UUID) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setEffectiveDate(Long) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- setEligibleWinBackOfferIds(List<String>) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setEndDate(Long) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- setEndDate(Long) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- setEnvironment(Environment) - Method in class com.apple.itunes.storekit.model.Data
- setEnvironment(Environment) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- setEnvironment(Environment) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setEnvironment(Environment) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setEnvironment(Environment) - Method in class com.apple.itunes.storekit.model.StatusResponse
- setEnvironment(Environment) - Method in class com.apple.itunes.storekit.model.Summary
- setErrorCode(long) - Method in class com.apple.itunes.storekit.model.ErrorPayload
- setErrorMessage(String) - Method in class com.apple.itunes.storekit.model.ErrorPayload
- setExpirationIntent(ExpirationIntent) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setExpiresDate(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setExtendByDays(Integer) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
- setExtendByDays(Integer) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- setExtendReasonCode(ExtendReasonCode) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
- setExtendReasonCode(ExtendReasonCode) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- setExternalPurchaseId(String) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- setExternalPurchaseToken(ExternalPurchaseToken) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setFailedCount(Long) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- setFailedCount(Long) - Method in class com.apple.itunes.storekit.model.Summary
- setGracePeriodExpiresDate(Long) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setHasMore(Boolean) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- setHasMore(Boolean) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- setHasMore(Boolean) - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- setInAppOwnershipType(InAppOwnershipType) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setInAppOwnershipType(InAppOwnershipType) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- setIsInBillingRetryPeriod(Boolean) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setIsUpgraded(Boolean) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setLastTransactions(List<LastTransactionsItem>) - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- setLifetimeDollarsPurchased(LifetimeDollarsPurchased) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setLifetimeDollarsRefunded(LifetimeDollarsRefunded) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setNotificationHistory(List<NotificationHistoryResponseItem>) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- setNotificationSubtype(Subtype) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- setNotificationType(NotificationTypeV2) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- setNotificationType(NotificationTypeV2) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setNotificationUUID(String) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setOfferDiscountType(OfferDiscountType) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setOfferDiscountType(OfferDiscountType) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setOfferIdentifier(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setOfferIdentifier(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setOfferType(OfferType) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setOfferType(OfferType) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setOnlyFailures(Boolean) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- setOriginalApplicationVersion(String) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setOriginalPurchaseDate(Long) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setOriginalPurchaseDate(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setOriginalTransactionId(String) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- setOriginalTransactionId(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setOriginalTransactionId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setOriginalTransactionId(String) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- setPaginationToken(String) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- setPlatform(Platform) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setPlayTime(PlayTime) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setPreorderDate(Long) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setPrice(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setPriceIncreaseStatus(PriceIncreaseStatus) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setProductId(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setProductId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setProductId(String) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- setProductId(String) - Method in class com.apple.itunes.storekit.model.Summary
- setProductIds(List<String>) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- setProductTypes(List<TransactionHistoryRequest.ProductType>) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- setPurchaseDate(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setQuantity(Integer) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setRawAccountTenure(Integer) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setRawAutoRenewStatus(Integer) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setRawConsumptionRequestReason(String) - Method in class com.apple.itunes.storekit.model.Data
- setRawConsumptionStatus(Integer) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setRawDeliveryStatus(Integer) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setRawEnvironment(String) - Method in class com.apple.itunes.storekit.model.Data
- setRawEnvironment(String) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- setRawEnvironment(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setRawEnvironment(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setRawEnvironment(String) - Method in class com.apple.itunes.storekit.model.StatusResponse
- setRawEnvironment(String) - Method in class com.apple.itunes.storekit.model.Summary
- setRawExpirationIntent(Integer) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setRawInAppOwnershipType(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setRawLifetimeDollarsPurchased(Integer) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setRawLifetimeDollarsRefunded(Integer) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setRawNotificationType(String) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setRawOfferDiscountType(String) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setRawOfferDiscountType(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setRawOfferType(Integer) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setRawOfferType(Integer) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setRawPlatform(Integer) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setRawPlayTime(Integer) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setRawPriceIncreaseStatus(Integer) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setRawReceiptType(String) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setRawRefundPreference(Integer) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setRawRevocationReason(Integer) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setRawSendAttemptResult(String) - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- setRawStatus(Integer) - Method in class com.apple.itunes.storekit.model.Data
- setRawStatus(Integer) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- setRawStatus(Integer) - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- setRawSubtype(String) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setRawTransactionReason(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setRawType(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setRawUserStatus(Integer) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setReceiptCreationDate(Long) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setReceiptType(Environment) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setRecentSubscriptionStartDate(Long) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setRefundPreference(RefundPreference) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setRenewalDate(Long) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setRenewalPrice(Long) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setRequestIdentifier(String) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
- setRequestIdentifier(String) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- setRequestIdentifier(String) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
- setRequestIdentifier(String) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- setRequestIdentifier(String) - Method in class com.apple.itunes.storekit.model.Summary
- setRevision(String) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- setRevision(String) - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- setRevocationDate(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setRevocationReason(RevocationReason) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setRevoked(Boolean) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- setSampleContentProvided(Boolean) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setSendAttemptResult(SendAttemptResult) - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- setSendAttempts(List<SendAttemptItem>) - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
- setSendAttempts(List<SendAttemptItem>) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
- setSignedDate(Long) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setSignedDate(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setSignedDate(Long) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setSignedPayload(String) - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
- setSignedPayload(String) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
- setSignedPayload(String) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2
- setSignedRenewalInfo(String) - Method in class com.apple.itunes.storekit.model.Data
- setSignedRenewalInfo(String) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- setSignedTransactionInfo(String) - Method in class com.apple.itunes.storekit.model.Data
- setSignedTransactionInfo(String) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- setSignedTransactionInfo(String) - Method in class com.apple.itunes.storekit.model.TransactionInfoResponse
- setSignedTransactions(List<String>) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- setSignedTransactions(List<String>) - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- setSignedTransactions(List<String>) - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- setSort(TransactionHistoryRequest.Order) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- setStartDate(Long) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- setStartDate(Long) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- setStatus(OrderLookupStatus) - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- setStatus(Status) - Method in class com.apple.itunes.storekit.model.Data
- setStatus(Status) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- setStorefront(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setStorefrontCountryCodes(List<String>) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- setStorefrontCountryCodes(List<String>) - Method in class com.apple.itunes.storekit.model.Summary
- setStorefrontId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setSubscriptionGroupIdentifier(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setSubscriptionGroupIdentifier(String) - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- setSubscriptionGroupIdentifiers(List<String>) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- setSubtype(Subtype) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setSucceededCount(Long) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- setSucceededCount(Long) - Method in class com.apple.itunes.storekit.model.Summary
- setSuccess(Boolean) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- setSummary(Summary) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setTestNotificationToken(String) - Method in class com.apple.itunes.storekit.model.SendTestNotificationResponse
- setTokenCreationDate(Long) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- setTransactionId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setTransactionId(String) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- setTransactionReason(TransactionReason) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setType(Type) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.Data
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.SendTestNotificationResponse
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.StatusResponse
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.Summary
- setUnknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.TransactionInfoResponse
- setUserStatus(UserStatus) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- setVersion(String) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- setVersionExternalIdentifier(Long) - Method in class com.apple.itunes.storekit.model.AppTransaction
- setWebOrderLineItemId(String) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- setWebOrderLineItemId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- SignedDataVerifier - Class in com.apple.itunes.storekit.verification
-
A verifier and decoder class designed to decode signed data from the App Store.
- SignedDataVerifier(Set<InputStream>, String, Long, Environment, boolean) - Constructor for class com.apple.itunes.storekit.verification.SignedDataVerifier
- signedDate(Long) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- signedDate(Long) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- signedDate(Long) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- signedPayload(String) - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
- signedPayload(String) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
- signedPayload(String) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2
- signedRenewalInfo(String) - Method in class com.apple.itunes.storekit.model.Data
- signedRenewalInfo(String) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- signedTransactionInfo(String) - Method in class com.apple.itunes.storekit.model.Data
- signedTransactionInfo(String) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- signedTransactionInfo(String) - Method in class com.apple.itunes.storekit.model.TransactionInfoResponse
- signedTransactions(List<String>) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- signedTransactions(List<String>) - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- signedTransactions(List<String>) - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- SIX_HOURS_TO_TWENTY_FOUR_HOURS - Enum constant in enum class com.apple.itunes.storekit.model.PlayTime
- SOCKET_ISSUE - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- sort(TransactionHistoryRequest.Order) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- START_DATE_AFTER_END_DATE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates that the end date precedes the start date, or the two dates are equal.
- START_DATE_TOO_FAR_IN_PAST - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates that the start date is earlier than the earliest allowed date.
- startDate(Long) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- startDate(Long) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- status(OrderLookupStatus) - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- status(Status) - Method in class com.apple.itunes.storekit.model.Data
- status(Status) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- Status - Enum Class in com.apple.itunes.storekit.model
-
The status of an auto-renewable subscription.
- STATUS_REQUEST_NOT_FOUND - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the server didn't find a subscription-renewal-date extension request for the request identifier and product identifier you provided.
- statusCode() - Method in class com.apple.itunes.storekit.client.AppStoreServerAPIClient.OkHttpResponse
- statusCode() - Method in interface com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient.HttpResponseInterface
- StatusResponse - Class in com.apple.itunes.storekit.model
-
A response that contains status information for all of a customer’s auto-renewable subscriptions in your app.
- StatusResponse() - Constructor for class com.apple.itunes.storekit.model.StatusResponse
- storefront(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- storefrontCountryCodes(List<String>) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- storefrontCountryCodes(List<String>) - Method in class com.apple.itunes.storekit.model.Summary
- storefrontId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- SUBSCRIBED - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- SUBSCRIPTION_EXTENSION_INELIGIBLE - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the subscription doesn't qualify for a renewal-date extension due to its subscription state.
- SUBSCRIPTION_MAX_EXTENSION - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates the subscription doesn’t qualify for a renewal-date extension because it has already received the maximum extensions.
- SUBSCRIPTION_OFFER_CODE - Enum constant in enum class com.apple.itunes.storekit.model.OfferType
- subscriptionGroupIdentifier(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- subscriptionGroupIdentifier(String) - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- SubscriptionGroupIdentifierItem - Class in com.apple.itunes.storekit.model
-
Information for auto-renewable subscriptions, including signed transaction information and signed renewal information, for one subscription group.
- SubscriptionGroupIdentifierItem() - Constructor for class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- subscriptionGroupIdentifiers(List<String>) - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- subtype(Subtype) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- Subtype - Enum Class in com.apple.itunes.storekit.model
-
A string that provides details about select notification types in version 2.
- succeededCount(Long) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- succeededCount(Long) - Method in class com.apple.itunes.storekit.model.Summary
- success(Boolean) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- SUCCESS - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- summary(Summary) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- Summary - Class in com.apple.itunes.storekit.model
-
The payload data for a subscription-renewal-date extension notification.
- Summary() - Constructor for class com.apple.itunes.storekit.model.Summary
- SUMMARY - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- SUSPENDED - Enum constant in enum class com.apple.itunes.storekit.model.UserStatus
T
- TEN_DAYS_TO_THIRTY_DAYS - Enum constant in enum class com.apple.itunes.storekit.model.AccountTenure
- TERMINATED - Enum constant in enum class com.apple.itunes.storekit.model.UserStatus
- TEST - Enum constant in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- TEST_NOTIFICATION_NOT_FOUND - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates that the test notification token is expired or the test notification status isn’t available.
- testNotificationToken(String) - Method in class com.apple.itunes.storekit.model.SendTestNotificationResponse
- THIRTY_DAYS_TO_NINETY_DAYS - Enum constant in enum class com.apple.itunes.storekit.model.AccountTenure
- THREE_DAYS_TO_TEN_DAYS - Enum constant in enum class com.apple.itunes.storekit.model.AccountTenure
- TIMED_OUT - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- TLS_ISSUE - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- tokenCreationDate(Long) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- toString() - Method in exception com.apple.itunes.storekit.client.APIException
- toString() - Method in class com.apple.itunes.storekit.model.AppTransaction
- toString() - Method in enum class com.apple.itunes.storekit.model.AutoRenewStatus
- toString() - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
- toString() - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- toString() - Method in enum class com.apple.itunes.storekit.model.ConsumptionRequestReason
- toString() - Method in enum class com.apple.itunes.storekit.model.ConsumptionStatus
- toString() - Method in class com.apple.itunes.storekit.model.Data
- toString() - Method in enum class com.apple.itunes.storekit.model.DeliveryStatus
- toString() - Method in enum class com.apple.itunes.storekit.model.Environment
- toString() - Method in enum class com.apple.itunes.storekit.model.ExpirationIntent
- toString() - Method in enum class com.apple.itunes.storekit.model.ExtendReasonCode
- toString() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateRequest
- toString() - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- toString() - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- toString() - Method in class com.apple.itunes.storekit.model.HistoryResponse
- toString() - Method in enum class com.apple.itunes.storekit.model.InAppOwnershipType
- toString() - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- toString() - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- toString() - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- toString() - Method in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- toString() - Method in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- toString() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateRequest
- toString() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
- toString() - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- toString() - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- toString() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- toString() - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
- toString() - Method in enum class com.apple.itunes.storekit.model.NotificationTypeV2
- toString() - Method in enum class com.apple.itunes.storekit.model.OfferDiscountType
- toString() - Method in enum class com.apple.itunes.storekit.model.OfferType
- toString() - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- toString() - Method in enum class com.apple.itunes.storekit.model.OrderLookupStatus
- toString() - Method in enum class com.apple.itunes.storekit.model.Platform
- toString() - Method in enum class com.apple.itunes.storekit.model.PlayTime
- toString() - Method in enum class com.apple.itunes.storekit.model.PriceIncreaseStatus
- toString() - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- toString() - Method in enum class com.apple.itunes.storekit.model.RefundPreference
- toString() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2
- toString() - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- toString() - Method in enum class com.apple.itunes.storekit.model.RevocationReason
- toString() - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- toString() - Method in enum class com.apple.itunes.storekit.model.SendAttemptResult
- toString() - Method in class com.apple.itunes.storekit.model.SendTestNotificationResponse
- toString() - Method in enum class com.apple.itunes.storekit.model.Status
- toString() - Method in class com.apple.itunes.storekit.model.StatusResponse
- toString() - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- toString() - Method in enum class com.apple.itunes.storekit.model.Subtype
- toString() - Method in class com.apple.itunes.storekit.model.Summary
- toString() - Method in class com.apple.itunes.storekit.model.TransactionHistoryRequest
- toString() - Method in class com.apple.itunes.storekit.model.TransactionInfoResponse
- toString() - Method in enum class com.apple.itunes.storekit.model.TransactionReason
- toString() - Method in enum class com.apple.itunes.storekit.model.Type
- toString() - Method in enum class com.apple.itunes.storekit.model.UserStatus
- TRANSACTION_ID_NOT_FOUND - Enum constant in enum class com.apple.itunes.storekit.client.APIError
-
An error that indicates a transaction identifier wasn't found.
- TransactionHistoryRequest - Class in com.apple.itunes.storekit.model
- TransactionHistoryRequest() - Constructor for class com.apple.itunes.storekit.model.TransactionHistoryRequest
- TransactionHistoryRequest.Order - Enum Class in com.apple.itunes.storekit.model
- TransactionHistoryRequest.ProductType - Enum Class in com.apple.itunes.storekit.model
- transactionId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- transactionId(String) - Method in class com.apple.itunes.storekit.model.NotificationHistoryRequest
- TransactionInfoResponse - Class in com.apple.itunes.storekit.model
-
A response that contains signed transaction information for a single transaction.
- TransactionInfoResponse() - Constructor for class com.apple.itunes.storekit.model.TransactionInfoResponse
- transactionReason(TransactionReason) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- TransactionReason - Enum Class in com.apple.itunes.storekit.model
-
The cause of a purchase transaction, which indicates whether it’s a customer’s purchase or a renewal for an auto-renewable subscription that the system initiates.
- TWO_THOUSAND_DOLLARS_OR_GREATER - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- TWO_THOUSAND_DOLLARS_OR_GREATER - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- type(Type) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- Type - Enum Class in com.apple.itunes.storekit.model
-
The type of in-app purchase products you can offer in your app.
U
- UNDECLARED - Enum constant in enum class com.apple.itunes.storekit.model.AccountTenure
- UNDECLARED - Enum constant in enum class com.apple.itunes.storekit.model.ConsumptionStatus
- UNDECLARED - Enum constant in enum class com.apple.itunes.storekit.model.ExtendReasonCode
- UNDECLARED - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- UNDECLARED - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- UNDECLARED - Enum constant in enum class com.apple.itunes.storekit.model.Platform
- UNDECLARED - Enum constant in enum class com.apple.itunes.storekit.model.PlayTime
- UNDECLARED - Enum constant in enum class com.apple.itunes.storekit.model.RefundPreference
- UNDECLARED - Enum constant in enum class com.apple.itunes.storekit.model.UserStatus
- UNINTENDED_PURCHASE - Enum constant in enum class com.apple.itunes.storekit.model.ConsumptionRequestReason
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.AppTransaction
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.CheckTestNotificationResponse
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.Data
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.ExternalPurchaseToken
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.HistoryResponse
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.JWSRenewalInfoDecodedPayload
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.LastTransactionsItem
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponse
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.NotificationHistoryResponseItem
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.OrderLookupResponse
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.RefundHistoryResponse
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.SendAttemptItem
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.SendTestNotificationResponse
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.StatusResponse
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.SubscriptionGroupIdentifierItem
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.Summary
- unknownFields(Map<String, Object>) - Method in class com.apple.itunes.storekit.model.TransactionInfoResponse
- UNREPORTED - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- UNSATISFIED_WITH_PURCHASE - Enum constant in enum class com.apple.itunes.storekit.model.ConsumptionRequestReason
- UNSUCCESSFUL_HTTP_RESPONSE_CODE - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- UNSUPPORTED_CHARSET - Enum constant in enum class com.apple.itunes.storekit.model.SendAttemptResult
- UPGRADE - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
- url - Variable in class com.apple.itunes.storekit.client.BaseAppStoreServerAPIClient
- userStatus(UserStatus) - Method in class com.apple.itunes.storekit.model.ConsumptionRequest
- UserStatus - Enum Class in com.apple.itunes.storekit.model
-
The status of a customer’s account within your app.
V
- V1 - Enum constant in enum class com.apple.itunes.storekit.client.GetTransactionHistoryVersion
-
Deprecated.
- V2 - Enum constant in enum class com.apple.itunes.storekit.client.GetTransactionHistoryVersion
- VALID - Enum constant in enum class com.apple.itunes.storekit.model.OrderLookupStatus
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.client.APIError
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.client.GetTransactionHistoryVersion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.AccountTenure
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.AutoRenewStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.ConsumptionRequestReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.ConsumptionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.DeliveryStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.Environment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.ExpirationIntent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.ExtendReasonCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.InAppOwnershipType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.NotificationTypeV2
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.OfferDiscountType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.OfferType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.OrderLookupStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.Platform
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.PlayTime
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.PriceIncreaseStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.RefundPreference
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.RevocationReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.SendAttemptResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.Subtype
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.TransactionHistoryRequest.Order
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.TransactionHistoryRequest.ProductType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.TransactionReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.model.UserStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.apple.itunes.storekit.verification.VerificationStatus
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.apple.itunes.storekit.client.APIError
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.client.GetTransactionHistoryVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.AccountTenure
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.AutoRenewStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.ConsumptionRequestReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.ConsumptionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.DeliveryStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.Environment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.ExpirationIntent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.ExtendReasonCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.InAppOwnershipType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.NotificationTypeV2
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.OfferDiscountType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.OfferType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.OrderLookupStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.Platform
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.PlayTime
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.PriceIncreaseStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.RefundPreference
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.RevocationReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.SendAttemptResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.Subtype
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.TransactionHistoryRequest.Order
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.TransactionHistoryRequest.ProductType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.TransactionReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.model.UserStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.apple.itunes.storekit.verification.VerificationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERIFICATION_FAILURE - Enum constant in enum class com.apple.itunes.storekit.verification.VerificationStatus
- VerificationException - Exception in com.apple.itunes.storekit.verification
- VerificationException(VerificationStatus) - Constructor for exception com.apple.itunes.storekit.verification.VerificationException
- VerificationException(VerificationStatus, String) - Constructor for exception com.apple.itunes.storekit.verification.VerificationException
- VerificationException(VerificationStatus, Throwable) - Constructor for exception com.apple.itunes.storekit.verification.VerificationException
- VerificationStatus - Enum Class in com.apple.itunes.storekit.verification
- verifyAndDecodeAppTransaction(String) - Method in class com.apple.itunes.storekit.verification.SignedDataVerifier
-
Verifies and decodes a signed AppTransaction
- verifyAndDecodeNotification(String) - Method in class com.apple.itunes.storekit.verification.SignedDataVerifier
-
Verifies and decodes an App Store Server Notification signedPayload
- verifyAndDecodeRenewalInfo(String) - Method in class com.apple.itunes.storekit.verification.SignedDataVerifier
-
Verifies and decodes a signedRenewalInfo obtained from the App Store Server API, an App Store Server Notification, or from a device
- verifyAndDecodeTransaction(String) - Method in class com.apple.itunes.storekit.verification.SignedDataVerifier
-
Verifies and decodes a signedTransaction obtained from the App Store Server API, an App Store Server Notification, or from a device
- verifyChain(String[], boolean, Date) - Method in class com.apple.itunes.storekit.verification.ChainVerifier
- verifyNotification(String, Long, Environment) - Method in class com.apple.itunes.storekit.verification.SignedDataVerifier
- version(String) - Method in class com.apple.itunes.storekit.model.ResponseBodyV2DecodedPayload
- versionExternalIdentifier(Long) - Method in class com.apple.itunes.storekit.model.AppTransaction
- VOLUNTARY - Enum constant in enum class com.apple.itunes.storekit.model.Subtype
W
- webOrderLineItemId(String) - Method in class com.apple.itunes.storekit.model.ExtendRenewalDateResponse
- webOrderLineItemId(String) - Method in class com.apple.itunes.storekit.model.JWSTransactionDecodedPayload
- WIN_BACK_OFFER - Enum constant in enum class com.apple.itunes.storekit.model.OfferType
X
- XCODE - Enum constant in enum class com.apple.itunes.storekit.model.Environment
Z
- ZERO_DOLLARS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsPurchased
- ZERO_DOLLARS - Enum constant in enum class com.apple.itunes.storekit.model.LifetimeDollarsRefunded
- ZERO_TO_FIVE_MINUTES - Enum constant in enum class com.apple.itunes.storekit.model.PlayTime
- ZERO_TO_THREE_DAYS - Enum constant in enum class com.apple.itunes.storekit.model.AccountTenure
All Classes and Interfaces|All Packages|Serialized Form