Uses of Class
com.adobe.aco.model.FeedProduct.StatusEnum
-
Packages that use FeedProduct.StatusEnum Package Description com.adobe.aco.model -
-
Uses of FeedProduct.StatusEnum in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedProduct.StatusEnum Modifier and Type Method Description static FeedProduct.StatusEnumFeedProduct.StatusEnum. fromValue(String value)FeedProduct.StatusEnumFeedProduct. getStatus()Indicates whether the product is visible on the storefront.FeedProduct.StatusEnumFeedProduct.StatusEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FeedProduct.StatusEnumFeedProduct.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedProduct.StatusEnum[]FeedProduct.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.aco.model with parameters of type FeedProduct.StatusEnum Modifier and Type Method Description voidFeedProduct. setStatus(FeedProduct.StatusEnum status)FeedProductFeedProduct. status(FeedProduct.StatusEnum status)voidFeedProduct.StatusEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FeedProduct.StatusEnum enumeration)
-