Class SyncInfo

java.lang.Object
com.commercetools.graphql.api.types.SyncInfo

public class SyncInfo extends Object
Stores information about order synchronization activities (like export or import).
  • Constructor Details

  • Method Details

    • getChannelRef

      public Reference getChannelRef()
    • setChannelRef

      public void setChannelRef(Reference channelRef)
    • getChannel

      public Channel getChannel()
    • setChannel

      public void setChannel(Channel channel)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getSyncedAt

      public OffsetDateTime getSyncedAt()
    • setSyncedAt

      public void setSyncedAt(OffsetDateTime syncedAt)
    • 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 SyncInfo.Builder newBuilder()