All Downloads are FREE. Search and download functionalities are using the official Maven repository.

twitter4jads.api.TwitterAdsMediaApi Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package twitter4jads.api;

import twitter4jads.BaseAdsListResponseIterable;
import twitter4jads.internal.models4j.TwitterException;
import twitter4jads.models.media.*;

/**
 *
 * Date: 16/05/16 12:25 PM.
 */
public interface TwitterAdsMediaApi {

    /**
     * @param accountId    The identifier for the leveraged account.
     * @param fetchDeleted Include deleted results in your request.
     * @return
     * @throws TwitterException
     */
    BaseAdsListResponseIterable getMediaCreativesForAccount(String accountId, Boolean fetchDeleted)
            throws TwitterException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy