com.haventec.nativeux.adapter.java.sdk.api.models.GenericResponse Maven / Gradle / Ivy
package com.haventec.nativeux.adapter.java.sdk.api.models;
import lombok.Builder;
import lombok.Data;
/**
* Response object that represents generic response with response status
*/
@Data
@Builder
public class GenericResponse {
private ResponseStatus responseStatus;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy