Class CreateFeedSpecification


  • public class CreateFeedSpecification
    extends java.lang.Object
    Information required to create the feed.
    • Constructor Detail

      • CreateFeedSpecification

        public CreateFeedSpecification()
    • Method Detail

      • getFeedType

        public java.lang.String getFeedType()
        The feed type.
        Returns:
        feedType
      • setFeedType

        public void setFeedType​(java.lang.String feedType)
      • marketplaceIds

        public CreateFeedSpecification marketplaceIds​(java.util.List<java.lang.String> marketplaceIds)
      • addMarketplaceIdsItem

        public CreateFeedSpecification addMarketplaceIdsItem​(java.lang.String marketplaceIdsItem)
      • getMarketplaceIds

        public java.util.List<java.lang.String> getMarketplaceIds()
        A list of identifiers for marketplaces that you want the feed to be applied to.
        Returns:
        marketplaceIds
      • setMarketplaceIds

        public void setMarketplaceIds​(java.util.List<java.lang.String> marketplaceIds)
      • inputFeedDocumentId

        public CreateFeedSpecification inputFeedDocumentId​(java.lang.String inputFeedDocumentId)
      • getInputFeedDocumentId

        public java.lang.String getInputFeedDocumentId()
        The document identifier returned by the createFeedDocument operation. Upload the feed document contents before calling the createFeed operation.
        Returns:
        inputFeedDocumentId
      • setInputFeedDocumentId

        public void setInputFeedDocumentId​(java.lang.String inputFeedDocumentId)
      • getFeedOptions

        public FeedOptions getFeedOptions()
        Get feedOptions
        Returns:
        feedOptions
      • setFeedOptions

        public void setFeedOptions​(FeedOptions feedOptions)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object