Class UpdateContextRequest

java.lang.Object
de.codebarista.shopware.model.core.UpdateContextRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]", comments="Generator version: 7.5.0") public class UpdateContextRequest extends Object
UpdateContextRequest
  • Field Details

  • Constructor Details

    • UpdateContextRequest

      public UpdateContextRequest()
  • Method Details

    • currencyId

      public UpdateContextRequest currencyId(String currencyId)
    • getCurrencyId

      @Nullable public String getCurrencyId()
      Currency
      Returns:
      currencyId
    • setCurrencyId

      public void setCurrencyId(String currencyId)
    • languageId

      public UpdateContextRequest languageId(String languageId)
    • getLanguageId

      @Nullable public String getLanguageId()
      Language
      Returns:
      languageId
    • setLanguageId

      public void setLanguageId(String languageId)
    • billingAddressId

      public UpdateContextRequest billingAddressId(String billingAddressId)
    • getBillingAddressId

      @Nullable public String getBillingAddressId()
      Billing Address
      Returns:
      billingAddressId
    • setBillingAddressId

      public void setBillingAddressId(String billingAddressId)
    • shippingAddressId

      public UpdateContextRequest shippingAddressId(String shippingAddressId)
    • getShippingAddressId

      @Nullable public String getShippingAddressId()
      Shipping Address
      Returns:
      shippingAddressId
    • setShippingAddressId

      public void setShippingAddressId(String shippingAddressId)
    • paymentMethodId

      public UpdateContextRequest paymentMethodId(String paymentMethodId)
    • getPaymentMethodId

      @Nullable public String getPaymentMethodId()
      Payment Method
      Returns:
      paymentMethodId
    • setPaymentMethodId

      public void setPaymentMethodId(String paymentMethodId)
    • shippingMethodId

      public UpdateContextRequest shippingMethodId(String shippingMethodId)
    • getShippingMethodId

      @Nullable public String getShippingMethodId()
      Shipping Method
      Returns:
      shippingMethodId
    • setShippingMethodId

      public void setShippingMethodId(String shippingMethodId)
    • countryId

      public UpdateContextRequest countryId(String countryId)
    • getCountryId

      @Nullable public String getCountryId()
      Country
      Returns:
      countryId
    • setCountryId

      public void setCountryId(String countryId)
    • countryStateId

      public UpdateContextRequest countryStateId(String countryStateId)
    • getCountryStateId

      @Nullable public String getCountryStateId()
      Country State
      Returns:
      countryStateId
    • setCountryStateId

      public void setCountryStateId(String countryStateId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object