Class CategorySlugChanged
java.lang.Object
com.commercetools.graphql.api.types.CategorySlugChanged
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCategorySlugChanged(String slug, String oldSlug, List<LocalizedString> slugAllLocales, List<LocalizedString> oldSlugAllLocales, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetSlug()getType()inthashCode()static CategorySlugChanged.BuildervoidsetOldSlug(String oldSlug) voidsetOldSlugAllLocales(List<LocalizedString> oldSlugAllLocales) voidvoidsetSlugAllLocales(List<LocalizedString> slugAllLocales) voidtoString()
-
Constructor Details
-
CategorySlugChanged
public CategorySlugChanged() -
CategorySlugChanged
public CategorySlugChanged(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
-