Package com.apple.itunes.storekit.model
Class AdvancedCommerceSubscriptionChangeMetadataDescriptors
java.lang.Object
com.apple.itunes.storekit.model.AdvancedCommerceSubscriptionChangeMetadataDescriptors
The subscription metadata to change, specifically the description and display name.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) displayName(String displayName) effective(AdvancedCommerceEffective effective) booleanThe new description for the subscription.The new display name for the subscription.The string that determines when the metadata change goes into effect.inthashCode()voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetEffective(AdvancedCommerceEffective effective) toString()
-
Constructor Details
-
AdvancedCommerceSubscriptionChangeMetadataDescriptors
protected AdvancedCommerceSubscriptionChangeMetadataDescriptors() -
AdvancedCommerceSubscriptionChangeMetadataDescriptors
-
-
Method Details
-
effective
public AdvancedCommerceSubscriptionChangeMetadataDescriptors effective(AdvancedCommerceEffective effective) -
getEffective
The string that determines when the metadata change goes into effect.- Returns:
- effective
- See Also:
-
setEffective
-
description
-
getDescription
The new description for the subscription.- Returns:
- description
- See Also:
-
setDescription
-
displayName
-
getDisplayName
The new display name for the subscription.- Returns:
- displayName
- See Also:
-
setDisplayName
-
equals
-
hashCode
public int hashCode() -
toString
-