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

com.svix.OperationalWebhookEndpointListOptions Maven / Gradle / Ivy

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