Package io.github.dft.amazon
Class AmazonSPFeeds
- java.lang.Object
-
- io.github.dft.amazon.AmazonSellingPartnerSdk
-
- io.github.dft.amazon.AmazonSPFeeds
-
public class AmazonSPFeeds extends AmazonSellingPartnerSdk
-
-
Field Summary
-
Fields inherited from class io.github.dft.amazon.AmazonSellingPartnerSdk
amazonCredentials, client, sellingRegionEndpoint
-
-
Constructor Summary
Constructors Constructor Description AmazonSPFeeds(AmazonCredentials amazonCredentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcancelFeed(String feedId)CreateFeedResponsecreateFeed(CreateFeedSpecification createFeedSpecification)CreateFeedDocumentResponsecreateFeedDocument(CreateFeedDocumentSpecification createFeedDocumentSpecification)FeedgetFeed(String feedId)FeedDocumentgetFeedDocument(String feedDocumentId)GetFeedsResponsegetFeeds(HashMap<String,String> params)StringuploadFeedDocument(String feedUrl, File file, String contentType)voiduploadFeedDocument(String feedUrl, InputStream inputStream)StringuploadFeedDocument(String feedUrl, String file, String contentType)-
Methods inherited from class io.github.dft.amazon.AmazonSellingPartnerSdk
addParameters, addParameters, getRequestWrapped, getString, ofFormData, refreshAccessToken, signRequest, signRequest, tryResend
-
-
-
-
Constructor Detail
-
AmazonSPFeeds
public AmazonSPFeeds(AmazonCredentials amazonCredentials)
-
-
Method Detail
-
getFeeds
public GetFeedsResponse getFeeds(HashMap<String,String> params)
-
getFeedDocument
public FeedDocument getFeedDocument(String feedDocumentId)
-
createFeedDocument
public CreateFeedDocumentResponse createFeedDocument(CreateFeedDocumentSpecification createFeedDocumentSpecification)
-
createFeed
public CreateFeedResponse createFeed(CreateFeedSpecification createFeedSpecification)
-
uploadFeedDocument
public void uploadFeedDocument(String feedUrl, InputStream inputStream)
-
-