Class SupportedBulkOperation
java.lang.Object
com.broadleafcommerce.bulk.v2.domain.SupportedBulkOperation
- All Implemented Interfaces:
Serializable
DTO containing information on a supported bulk operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Miscellaneous attributes for this request.The operation type that is supported.int
hashCode()
void
setAttributes
(Map<String, Object> attributes) Miscellaneous attributes for this request.void
setOperationType
(String operationType) The operation type that is supported.toString()
-
Constructor Details
-
SupportedBulkOperation
public SupportedBulkOperation()
-
-
Method Details
-
getOperationType
The operation type that is supported. -
getAttributes
Miscellaneous attributes for this request. -
setOperationType
The operation type that is supported. -
setAttributes
Miscellaneous attributes for this request. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-