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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The ID of the application for the sandbox.The author of the bulk update (and thus the author who created the sandbox).The updated description for the sandbox.The ID of the sandbox to update.The updated name of the sandbox.The ID of the tenant for the sandbox.getToken()
int
hashCode()
boolean
Whether or not the sandbox should be automatically removed by the system when all associated change summaries are reverted or deployed.void
toString()
-
Constructor Details
-
UpdateSandboxRequest
public UpdateSandboxRequest()
-
-
Method Details
-
getSandboxId
The ID of the sandbox to update. -
getDescription
The updated description for the sandbox. -
getSandboxName
The updated name of the sandbox. -
getApplicationId
The ID of the application for the sandbox. -
getTenantId
The ID of the tenant for the sandbox. -
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
- Specified by:
getToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setToken
- Specified by:
setToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-