Class UpdateSubscriptionRequest

    • Method Detail

      • autoRenew

        public final AutoRenew autoRenew()

        When you initally create a subscription, AutoRenew is set to ENABLED. If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.

        If the service returns an enum value that is not available in the current SDK version, autoRenew will return AutoRenew.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from autoRenewAsString().

        Returns:
        When you initally create a subscription, AutoRenew is set to ENABLED. If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.
        See Also:
        AutoRenew
      • autoRenewAsString

        public final String autoRenewAsString()

        When you initally create a subscription, AutoRenew is set to ENABLED. If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.

        If the service returns an enum value that is not available in the current SDK version, autoRenew will return AutoRenew.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from autoRenewAsString().

        Returns:
        When you initally create a subscription, AutoRenew is set to ENABLED. If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.
        See Also:
        AutoRenew
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object