com.svix.OperationalWebhookEndpointListOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of svix Show documentation
Show all versions of svix Show documentation
Svix webhooks API client and webhook verification library
The newest version!
package com.svix;
import com.svix.models.Ordering;
public class OperationalWebhookEndpointListOptions extends ListOptions {
private Ordering order;
public void setOrder(final Ordering order) {
this.order = order;
}
public Ordering getOrder() {
return this.order;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy