public class ShopifySubscriber extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdOn |
protected String |
emailAddress |
protected String |
externalId |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
phoneNumber |
protected OffsetDateTime |
plannedPurgeDate |
protected Long |
shop |
protected ShopifySubscriberState |
state |
protected Integer |
version |
| Constructor and Description |
|---|
ShopifySubscriber() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedOn() |
String |
getEmailAddress() |
String |
getExternalId()
A client generated nonce which identifies the entity to be created.
|
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
String |
getPhoneNumber() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
Long |
getShop() |
ShopifySubscriberState |
getState()
The object's current state.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected OffsetDateTime createdOn
protected String emailAddress
protected String externalId
protected Long id
protected Long linkedSpaceId
protected String phoneNumber
protected OffsetDateTime plannedPurgeDate
protected Long shop
protected ShopifySubscriberState state
protected Integer version
public OffsetDateTime getCreatedOn()
public String getEmailAddress()
public String getExternalId()
public Long getId()
public Long getLinkedSpaceId()
public String getPhoneNumber()
public OffsetDateTime getPlannedPurgeDate()
public Long getShop()
public ShopifySubscriberState getState()
public Integer getVersion()
Copyright © 2023. All rights reserved.