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

com.microsoft.bingads.v13.internal.bulk.BulkEntityReadable Maven / Gradle / Ivy

package com.microsoft.bingads.v13.internal.bulk;

import java.io.UnsupportedEncodingException;

import com.microsoft.bingads.v13.bulk.BulkEntityIterable;

public interface BulkEntityReadable {
	public BulkEntityIterable getEntities() throws UnsupportedEncodingException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy