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

de.adorsys.multibanking.ing.api.LinksNext Maven / Gradle / Ivy

There is a newer version: 5.5.34
Show newest version
package de.adorsys.multibanking.ing.api;

public class LinksNext {
    private HrefType next;

    public HrefType getNext() {
        return next;
    }

    public void setNext(HrefType next) {
        this.next = next;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy