public class ResourceMigration extends Resource<ResourceMigration>
Modifier and Type | Class and Description |
---|---|
static class |
ResourceMigration.RetrieveLatestRequest |
static class |
ResourceMigration.Status |
Constructor and Description |
---|
ResourceMigration(org.json.JSONObject jsonObj) |
ResourceMigration(String jsonStr) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
createdAt() |
String |
entityId() |
EntityType |
entityType() |
String |
errors() |
String |
fromSite() |
static ResourceMigration.RetrieveLatestRequest |
retrieveLatest() |
ResourceMigration.Status |
status() |
Timestamp |
updatedAt() |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri
public ResourceMigration(String jsonStr)
public ResourceMigration(org.json.JSONObject jsonObj)
public String fromSite()
public EntityType entityType()
public String entityId()
public ResourceMigration.Status status()
public String errors()
public Timestamp createdAt()
public Timestamp updatedAt()
public static ResourceMigration.RetrieveLatestRequest retrieveLatest()
Copyright © 2022 ChargeBee. All rights reserved.