Class BulkOpsInitializeItemsRequest
java.lang.Object
com.broadleafcommerce.bulk.v2.messaging.BulkOpsInitializeItemsRequest
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.Securable
,Serializable
public class BulkOpsInitializeItemsRequest
extends Object
implements com.broadleafcommerce.common.messaging.Securable, Serializable
A message representing a request to initialize bulk operation items.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBulkOpsInitializeItemsRequest
(BulkOperationRequest bulkOperationRequest, BulkOperationResponse bulkOperationResponse, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The request DTO to create a bulk operation.The response DTO from the creation of a bulk operation.com.broadleafcommerce.data.tracking.core.context.ContextInfo
TheContextInfo
derived from the original request containing tenant and sandbox info.getToken()
int
hashCode()
void
toString()
-
Constructor Details
-
BulkOpsInitializeItemsRequest
public BulkOpsInitializeItemsRequest(BulkOperationRequest bulkOperationRequest, BulkOperationResponse bulkOperationResponse, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
-
Method Details
-
getBulkOperationRequest
The request DTO to create a bulk operation. -
getBulkOperationResponse
The response DTO from the creation of a bulk operation. -
getContextInfo
public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()TheContextInfo
derived from the original request containing tenant and sandbox info.- Returns:
- The
ContextInfo
derived from the original request
-
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
-