Class StoreDistributionChannelsChanged

java.lang.Object
com.commercetools.graphql.api.types.StoreDistributionChannelsChanged
All Implemented Interfaces:
MessagePayload

public class StoreDistributionChannelsChanged extends Object implements MessagePayload
  • Constructor Details

    • StoreDistributionChannelsChanged

      public StoreDistributionChannelsChanged()
    • StoreDistributionChannelsChanged

      public StoreDistributionChannelsChanged(List<Channel> addedDistributionChannels, List<Channel> removedDistributionChannels, List<Reference> addedDistributionChannelsRef, List<Reference> removedDistributionChannelsRef, String type)
  • Method Details

    • getAddedDistributionChannels

      public List<Channel> getAddedDistributionChannels()
    • setAddedDistributionChannels

      public void setAddedDistributionChannels(List<Channel> addedDistributionChannels)
    • getRemovedDistributionChannels

      public List<Channel> getRemovedDistributionChannels()
    • setRemovedDistributionChannels

      public void setRemovedDistributionChannels(List<Channel> removedDistributionChannels)
    • getAddedDistributionChannelsRef

      public List<Reference> getAddedDistributionChannelsRef()
    • setAddedDistributionChannelsRef

      public void setAddedDistributionChannelsRef(List<Reference> addedDistributionChannelsRef)
    • getRemovedDistributionChannelsRef

      public List<Reference> getRemovedDistributionChannelsRef()
    • setRemovedDistributionChannelsRef

      public void setRemovedDistributionChannelsRef(List<Reference> removedDistributionChannelsRef)
    • getType

      public String getType()
      Specified by:
      getType in interface MessagePayload
    • setType

      public void setType(String type)
      Specified by:
      setType in interface MessagePayload
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • newBuilder

      public static StoreDistributionChannelsChanged.Builder newBuilder()