public class ShopifyCustomerCriteria extends Bean
SERIALIZED_CLASS_NAME, TYPE
XML_SERIALIZED_CLASS_NAME
Constructor and Description |
---|
ShopifyCustomerCriteria() |
Modifier and Type | Method and Description |
---|---|
String |
getCreatedAtMax() |
String |
getCreatedAtMin() |
CommaSeparatedValues |
getFieldsAsCsv() |
CommaSeparatedValues |
getIdsAsCsv() |
String |
getUpdatedAtMax() |
String |
getUpdatedAtMin() |
ShopifyCustomerCriteria |
setCreatedAtMax(Date createdAtMax) |
ShopifyCustomerCriteria |
setCreatedAtMin(Date createdAtMin) |
ShopifyCustomerCriteria |
setFields(String... fields) |
ShopifyCustomerCriteria |
setIds(String... ids) |
ShopifyCustomerCriteria |
setUpdatedAtMax(Date updatedAtMax) |
ShopifyCustomerCriteria |
setUpdatedAtMin(Date updatedAtMin) |
Record |
toRecord() |
addExceptionProperties, fromRecord, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecord
newInstanceFromJson
forEachGrandChildElement, fromXml, fromXml, fromXmlElement, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, toXmlElement, writeXml, writeXml
addExceptionProperties, contributeExceptionProperties, contributeExceptionProperties, exception, exception, exception
public String getCreatedAtMax()
public ShopifyCustomerCriteria setCreatedAtMax(Date createdAtMax)
public String getCreatedAtMin()
public ShopifyCustomerCriteria setCreatedAtMin(Date createdAtMin)
public CommaSeparatedValues getFieldsAsCsv()
public ShopifyCustomerCriteria setFields(String... fields)
public CommaSeparatedValues getIdsAsCsv()
public ShopifyCustomerCriteria setIds(String... ids)
public String getUpdatedAtMax()
public ShopifyCustomerCriteria setUpdatedAtMax(Date updatedAtMax)
public String getUpdatedAtMin()
public ShopifyCustomerCriteria setUpdatedAtMin(Date updatedAtMin)
public Record toRecord()
toRecord
in interface RecordSerializable
toRecord
in class Bean
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.