com.microsoft.bingads.v13.reporting.Adapter8 Maven / Gradle / Ivy
package com.microsoft.bingads.v13.reporting;
import java.util.Collection;
import jakarta.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter8
extends XmlAdapter>
{
public Collection unmarshal(String value) {
return (com.microsoft.bingads.v13.reporting.AdStatusReportFilterConverter.convertToList(value));
}
public String marshal(Collection value) {
return (com.microsoft.bingads.v13.reporting.AdStatusReportFilterConverter.convertToString(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy