Uses of Class
com.adobe.aco.model.FeedMetadata.VisibleInEnum
-
Packages that use FeedMetadata.VisibleInEnum Package Description com.adobe.aco.model -
-
Uses of FeedMetadata.VisibleInEnum in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedMetadata.VisibleInEnum Modifier and Type Method Description static FeedMetadata.VisibleInEnumFeedMetadata.VisibleInEnum. fromValue(String value)FeedMetadata.VisibleInEnumFeedMetadata.VisibleInEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FeedMetadata.VisibleInEnumFeedMetadata.VisibleInEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedMetadata.VisibleInEnum[]FeedMetadata.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 FeedMetadata.VisibleInEnum Modifier and Type Method Description List<FeedMetadata.VisibleInEnum>FeedMetadata. getVisibleIn()Determines how the attribute is used on the storefront.Methods in com.adobe.aco.model with parameters of type FeedMetadata.VisibleInEnum Modifier and Type Method Description FeedMetadataFeedMetadata. addVisibleInItem(FeedMetadata.VisibleInEnum visibleInItem)voidFeedMetadata.VisibleInEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FeedMetadata.VisibleInEnum enumeration)Method parameters in com.adobe.aco.model with type arguments of type FeedMetadata.VisibleInEnum Modifier and Type Method Description voidFeedMetadata. setVisibleIn(List<FeedMetadata.VisibleInEnum> visibleIn)FeedMetadataFeedMetadata. visibleIn(List<FeedMetadata.VisibleInEnum> visibleIn)
-