Class ProductPublished
java.lang.Object
com.commercetools.graphql.api.types.ProductPublished
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductPublished(ProductProjectionMessagePayload productProjection, List<String> removedImageUrls, PublishScope scope, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetScope()getType()inthashCode()static ProductPublished.BuildervoidsetProductProjection(ProductProjectionMessagePayload productProjection) voidsetRemovedImageUrls(List<String> removedImageUrls) voidsetScope(PublishScope scope) voidtoString()
-
Constructor Details
-
ProductPublished
public ProductPublished() -
ProductPublished
public ProductPublished(ProductProjectionMessagePayload productProjection, List<String> removedImageUrls, PublishScope scope, String type)
-
-
Method Details
-
getProductProjection
-
setProductProjection
-
getRemovedImageUrls
-
setRemovedImageUrls
-
getScope
-
setScope
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-