Class UpdateContext200Response

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

@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 UpdateContext200Response extends Object
UpdateContext200Response
  • Field Details

  • Constructor Details

    • UpdateContext200Response

      public UpdateContext200Response()
  • Method Details

    • contextToken

      public UpdateContext200Response contextToken(String contextToken)
    • getContextToken

      @Deprecated @Nullable public String getContextToken()
      Deprecated.
      Deprecated since v6.6.0.0. Please retrieve the context token from the response header instead.
      Returns:
      contextToken
    • setContextToken

      public void setContextToken(String contextToken)
    • redirectUrl

      public UpdateContext200Response redirectUrl(String redirectUrl)
    • getRedirectUrl

      @Nullable public String getRedirectUrl()
      Define the URL which browser will be redirected to
      Returns:
      redirectUrl
    • setRedirectUrl

      public void setRedirectUrl(String redirectUrl)
    • 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