Uses of Class
com.adobe.aco.model.FeedProduct.VisibleInEnum
-
Packages that use FeedProduct.VisibleInEnum Package Description com.adobe.aco.model -
-
Uses of FeedProduct.VisibleInEnum in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedProduct.VisibleInEnum Modifier and Type Method Description static FeedProduct.VisibleInEnumFeedProduct.VisibleInEnum. fromValue(String value)FeedProduct.VisibleInEnumFeedProduct.VisibleInEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FeedProduct.VisibleInEnumFeedProduct.VisibleInEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedProduct.VisibleInEnum[]FeedProduct.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 FeedProduct.VisibleInEnum Modifier and Type Method Description List<FeedProduct.VisibleInEnum>FeedProduct. getVisibleIn()Storefront area where the product is visible.Methods in com.adobe.aco.model with parameters of type FeedProduct.VisibleInEnum Modifier and Type Method Description FeedProductFeedProduct. addVisibleInItem(FeedProduct.VisibleInEnum visibleInItem)voidFeedProduct.VisibleInEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FeedProduct.VisibleInEnum enumeration)Method parameters in com.adobe.aco.model with type arguments of type FeedProduct.VisibleInEnum Modifier and Type Method Description voidFeedProduct. setVisibleIn(List<FeedProduct.VisibleInEnum> visibleIn)FeedProductFeedProduct. visibleIn(List<FeedProduct.VisibleInEnum> visibleIn)
-