Class BusinessUnitParentChanged
java.lang.Object
com.commercetools.graphql.api.types.BusinessUnitParentChanged
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBusinessUnitParentChanged(BusinessUnit oldParentUnit, BusinessUnit newParentUnit, KeyReference oldParentUnitRef, KeyReference newParentUnitRef, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetNewParentUnit(BusinessUnit newParentUnit) voidsetNewParentUnitRef(KeyReference newParentUnitRef) voidsetOldParentUnit(BusinessUnit oldParentUnit) voidsetOldParentUnitRef(KeyReference oldParentUnitRef) voidtoString()
-
Constructor Details
-
BusinessUnitParentChanged
public BusinessUnitParentChanged() -
BusinessUnitParentChanged
public BusinessUnitParentChanged(BusinessUnit oldParentUnit, BusinessUnit newParentUnit, KeyReference oldParentUnitRef, KeyReference newParentUnitRef, String type)
-
-
Method Details
-
getOldParentUnit
-
setOldParentUnit
-
getNewParentUnit
-
setNewParentUnit
-
getOldParentUnitRef
-
setOldParentUnitRef
-
getNewParentUnitRef
-
setNewParentUnitRef
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-