![JAR search and dependency download from the Maven repository](/logo.png)
com.easypost.model.WebhookCollection Maven / Gradle / Ivy
package com.easypost.model;
import java.util.List;
import com.easypost.net.EasyPostResource;
public class WebhookCollection extends EasyPostResource {
List webhooks;
public List getWebhooks() {
return webhooks;
}
public void setWebhooks(List webhooks) {
this.webhooks = webhooks;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy