Class ConversionResult

java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.subscriptions.ConversionResult

public class ConversionResult
extends ResourceBase
Represents the result of performing a subscription conversion.
  • Constructor Details

  • Method Details

    • getError

      public ConversionError getError()
      Gets the error encountered while attempting to perform the conversion, if applicable.
      Returns:
      The error encountered while attempting to perform the conversion, if applicable.
    • setError

      public void setError​(ConversionError value)
      Sets the error encountered while attempting to perform the conversion, if applicable.
      Parameters:
      value - The error encountered while attempting to perform the conversion, if applicable.
    • getOfferId

      public String getOfferId()
      The original offer identifier.
      Returns:
      The original offer identifier.
    • setOfferId

      public void setOfferId​(String value)
      Sets the original offer identifier.
      Parameters:
      value - The original offer identifier.
    • getSubscriptionId

      public String getSubscriptionId()
      Gets the subscription identifier.
      Returns:
      The subscription identifier.
    • setSubscriptionId

      public void setSubscriptionId​(String value)
      Sets the subscription identifier.
      Parameters:
      value - The subscription identifier.
    • getTargetOfferId

      public String getTargetOfferId()
      Gets the target offer identifier.
      Returns:
      The target offer identifier.
    • setTargetOfferId

      public void setTargetOfferId​(String value)
      Sets the target offer identifier.
      Parameters:
      value - The target offer identifier.