Class ZoneUpdateAction
java.lang.Object
com.commercetools.graphql.api.types.ZoneUpdateAction
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionZoneUpdateAction(AddZoneLocation addLocation, ChangeZoneName changeName, RemoveZoneLocation removeLocation, SetZoneDescription setDescription, SetZoneKey setKey) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static ZoneUpdateAction.BuildervoidsetAddLocation(AddZoneLocation addLocation) voidsetChangeName(ChangeZoneName changeName) voidsetRemoveLocation(RemoveZoneLocation removeLocation) voidsetSetDescription(SetZoneDescription setDescription) voidsetSetKey(SetZoneKey setKey) toString()
-
Constructor Details
-
ZoneUpdateAction
public ZoneUpdateAction() -
ZoneUpdateAction
public ZoneUpdateAction(AddZoneLocation addLocation, ChangeZoneName changeName, RemoveZoneLocation removeLocation, SetZoneDescription setDescription, SetZoneKey setKey)
-
-
Method Details
-
getAddLocation
-
setAddLocation
-
getChangeName
-
setChangeName
-
getRemoveLocation
-
setRemoveLocation
-
getSetDescription
-
setSetDescription
-
getSetKey
-
setSetKey
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-