Uses of Class
com.adobe.aco.model.FeedProductUpdate.VisibleInEnum
-
Packages that use FeedProductUpdate.VisibleInEnum Package Description com.adobe.aco.model -
-
Uses of FeedProductUpdate.VisibleInEnum in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedProductUpdate.VisibleInEnum Modifier and Type Method Description static FeedProductUpdate.VisibleInEnumFeedProductUpdate.VisibleInEnum. fromValue(String value)FeedProductUpdate.VisibleInEnumFeedProductUpdate.VisibleInEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FeedProductUpdate.VisibleInEnumFeedProductUpdate.VisibleInEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedProductUpdate.VisibleInEnum[]FeedProductUpdate.VisibleInEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.aco.model that return types with arguments of type FeedProductUpdate.VisibleInEnum Modifier and Type Method Description List<FeedProductUpdate.VisibleInEnum>FeedProductUpdate. getVisibleIn()Storefront area where the product is visible.Methods in com.adobe.aco.model with parameters of type FeedProductUpdate.VisibleInEnum Modifier and Type Method Description FeedProductUpdateFeedProductUpdate. addVisibleInItem(FeedProductUpdate.VisibleInEnum visibleInItem)voidFeedProductUpdate.VisibleInEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FeedProductUpdate.VisibleInEnum enumeration)Method parameters in com.adobe.aco.model with type arguments of type FeedProductUpdate.VisibleInEnum Modifier and Type Method Description voidFeedProductUpdate. setVisibleIn(List<FeedProductUpdate.VisibleInEnum> visibleIn)FeedProductUpdateFeedProductUpdate. visibleIn(List<FeedProductUpdate.VisibleInEnum> visibleIn)
-