Package com.stripe.model.v2.commerce
Class ProductCatalogImport
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.commerce.ProductCatalogImport
- All Implemented Interfaces:
HasId,StripeObjectInterface
The ProductCatalogImport object tracks the long-running background process that handles
uploading, processing and validation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDetails about the current import status. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe time this ProductCatalogImport was created.The type of feed data being imported into the product catalog.getId()The unique identifier for this ProductCatalogImport.Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.Additional information about the object in a structured format.String representing the object's type.The current status of this ProductCatalogImport.Details about the current import status.inthashCode()voidsetCreated(Instant created) The time this ProductCatalogImport was created.voidsetFeedType(String feedType) The type of feed data being imported into the product catalog.voidThe unique identifier for this ProductCatalogImport.voidsetLivemode(Boolean livemode) Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidsetMetadata(Map<String, String> metadata) Additional information about the object in a structured format.voidString representing the object's type.voidThe current status of this ProductCatalogImport.voidsetStatusDetails(ProductCatalogImport.StatusDetails statusDetails) Details about the current import status.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ProductCatalogImport
public ProductCatalogImport()
-
-
Method Details
-
getCreated
The time this ProductCatalogImport was created. -
getFeedType
The type of feed data being imported into the product catalog.One of
inventory,pricing, orproduct. -
getLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
getMetadata
Additional information about the object in a structured format. -
getObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.commerce.product_catalog_import. -
getStatus
The current status of this ProductCatalogImport.One of
awaiting_upload,failed,processing,succeeded, orsucceeded_with_errors. -
getStatusDetails
Details about the current import status. -
setCreated
The time this ProductCatalogImport was created. -
setFeedType
The type of feed data being imported into the product catalog.One of
inventory,pricing, orproduct. -
setId
The unique identifier for this ProductCatalogImport. -
setLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
setMetadata
Additional information about the object in a structured format. -
setObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.commerce.product_catalog_import. -
setStatus
The current status of this ProductCatalogImport.One of
awaiting_upload,failed,processing,succeeded, orsucceeded_with_errors. -
setStatusDetails
Details about the current import status. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
The unique identifier for this ProductCatalogImport.
-