com.cloudconvert.dto.result.Result Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudconvert-java Show documentation
Show all versions of cloudconvert-java Show documentation
CloudConvert is an online file converter API - more than 200 different audio, video, document, ebook, archive, image, spreadsheet and presentation formats supported.
package com.cloudconvert.dto.result;
import lombok.Builder;
import lombok.Getter;
import org.jetbrains.annotations.Nullable;
import java.util.Map;
@Builder
public class Result extends AbstractResult {
@Getter
private int status;
@Getter
private Map headers;
@Getter
private String message;
@Getter
@Nullable
private T body;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy