Uses of Class
com.adobe.aco.model.FeedProductUpdate.StatusEnum
-
Packages that use FeedProductUpdate.StatusEnum Package Description com.adobe.aco.model -
-
Uses of FeedProductUpdate.StatusEnum in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedProductUpdate.StatusEnum Modifier and Type Method Description static FeedProductUpdate.StatusEnumFeedProductUpdate.StatusEnum. fromValue(String value)FeedProductUpdate.StatusEnumFeedProductUpdate. getStatus()Indicates whether the product is visible on the storefront.FeedProductUpdate.StatusEnumFeedProductUpdate.StatusEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FeedProductUpdate.StatusEnumFeedProductUpdate.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedProductUpdate.StatusEnum[]FeedProductUpdate.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 FeedProductUpdate.StatusEnum Modifier and Type Method Description voidFeedProductUpdate. setStatus(FeedProductUpdate.StatusEnum status)FeedProductUpdateFeedProductUpdate. status(FeedProductUpdate.StatusEnum status)voidFeedProductUpdate.StatusEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FeedProductUpdate.StatusEnum enumeration)
-