Class UpdateSandboxRequest

java.lang.Object
com.broadleafcommerce.sandbox.messaging.bulk.UpdateSandboxRequest
All Implemented Interfaces:
com.broadleafcommerce.common.messaging.Securable, Serializable

public class UpdateSandboxRequest extends Object implements com.broadleafcommerce.common.messaging.Securable, Serializable
A message representing a request to the sandbox service to update the select sandbox fields.
Since:
2.1.0-GA
See Also:
  • Constructor Details

    • UpdateSandboxRequest

      public UpdateSandboxRequest()
  • Method Details

    • getSandboxId

      public String getSandboxId()
      The ID of the sandbox to update.
    • getDescription

      public String getDescription()
      The updated description for the sandbox.
    • getSandboxName

      public String getSandboxName()
      The updated name of the sandbox.
    • getApplicationId

      public String getApplicationId()
      The ID of the application for the sandbox.
    • getTenantId

      public String getTenantId()
      The ID of the tenant for the sandbox.
    • getAuthor

      public String getAuthor()
      The author of the bulk update (and thus the author who created the sandbox).
    • isTemporarySandbox

      public boolean isTemporarySandbox()
      Whether or not the sandbox should be automatically removed by the system when all associated change summaries are reverted or deployed.
    • getToken

      public String getToken()
      Specified by:
      getToken in interface com.broadleafcommerce.common.messaging.Securable
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • setToken

      public void setToken(String token)
      Specified by:
      setToken in interface com.broadleafcommerce.common.messaging.Securable