GoogleCloudRecommendationengineV1beta1ProductCatalogItemStockState

enum GoogleCloudRecommendationengineV1beta1ProductCatalogItemStockState : Enum<GoogleCloudRecommendationengineV1beta1ProductCatalogItemStockState> , ConvertibleToJava<GoogleCloudRecommendationengineV1beta1ProductCatalogItemStockState>

Optional. Online stock state of the catalog item. Default is IN_STOCK.

Entries

Link copied to clipboard

Default item stock status. Should never be used.

Link copied to clipboard

Item in stock.

Link copied to clipboard

Item out of stock.

Link copied to clipboard

Item that is in pre-order state.

Link copied to clipboard

Item that is back-ordered (i.e. temporarily out of stock).

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRecommendationengineV1beta1ProductCatalogItemStockState
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudRecommendationengineV1beta1ProductCatalogItemStockState
Link copied to clipboard
Link copied to clipboard