Class ItemUpdateRequest
java.lang.Object
io.deeplumen.ucp.models.schemas.shopping.ItemUpdateRequest
Item Update Request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Should be recognized by both the Platform, and the Business.inthashCode()voidsetAdditionalProperty(String name, Object value) voidShould be recognized by both the Platform, and the Business.toString()withAdditionalProperty(String name, Object value)
-
Constructor Details
-
ItemUpdateRequest
public ItemUpdateRequest()
-
-
Method Details
-
getId
Should be recognized by both the Platform, and the Business. For Google it should match the id provided in the "id" field in the product feed. (Required) -
setId
Should be recognized by both the Platform, and the Business. For Google it should match the id provided in the "id" field in the product feed. (Required) -
withId
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-