Class ProductDeleted
java.lang.Object
com.commercetools.graphql.api.types.ProductDeleted
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductDeleted(Object removedImageUrls, ProductProjectionMessagePayload currentProjection, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static ProductDeleted.BuildervoidsetCurrentProjection(ProductProjectionMessagePayload currentProjection) voidsetRemovedImageUrls(Object removedImageUrls) voidtoString()
-
Constructor Details
-
ProductDeleted
public ProductDeleted() -
ProductDeleted
public ProductDeleted(Object removedImageUrls, ProductProjectionMessagePayload currentProjection, String type)
-
-
Method Details
-
getRemovedImageUrls
-
setRemovedImageUrls
-
getCurrentProjection
-
setCurrentProjection
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-