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

twitter4jads.models.ads.Targeting Maven / Gradle / Ivy

The newest version!
package twitter4jads.models.ads;

import java.io.Serializable;

public interface Targeting extends Comparable, Serializable {

    String getName();
    String getTargetingValue();
    TargetingType getTargetingType();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy