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

no.difi.meldingsutveksling.ks.svarut.SvarUtRequest Maven / Gradle / Ivy

package no.difi.meldingsutveksling.ks.svarut;

import lombok.Value;

@Value
public class SvarUtRequest {
    private final String endPointURL;
    private final SendForsendelseMedId forsendelse;

    public SvarUtRequest(String endPointURL, SendForsendelseMedId forsendelse) {
        this.endPointURL = endPointURL;
        this.forsendelse = forsendelse;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy