Class ProductSlugChanged
java.lang.Object
com.commercetools.graphql.api.types.ProductSlugChanged
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductSlugChanged(String slug, String oldSlug, List<LocalizedString> slugAllLocales, List<LocalizedString> oldSlugAllLocales, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetSlug()getType()inthashCode()static ProductSlugChanged.BuildervoidsetOldSlug(String oldSlug) voidsetOldSlugAllLocales(List<LocalizedString> oldSlugAllLocales) voidvoidsetSlugAllLocales(List<LocalizedString> slugAllLocales) voidtoString()
-
Constructor Details
-
ProductSlugChanged
public ProductSlugChanged() -
ProductSlugChanged
public ProductSlugChanged(String slug, String oldSlug, List<LocalizedString> slugAllLocales, List<LocalizedString> oldSlugAllLocales, String type)
-
-
Method Details
-
getSlug
-
setSlug
-
getOldSlug
-
setOldSlug
-
getSlugAllLocales
-
setSlugAllLocales
-
getOldSlugAllLocales
-
setOldSlugAllLocales
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-