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

com.smartling.api.files.v2.pto.DownloadAllFileTranslationsPTO Maven / Gradle / Ivy

There is a newer version: 1.16.0
Show newest version
package com.smartling.api.files.v2.pto;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.SuperBuilder;

import javax.ws.rs.QueryParam;

@Data
@NoArgsConstructor
@AllArgsConstructor
@SuperBuilder
public class DownloadAllFileTranslationsPTO
{
    @QueryParam("fileUri")
    private String fileUri;

    @QueryParam("retrievalType")
    private RetrievalType retrievalType;

    @QueryParam("includeOriginalStrings")
    private Boolean includeOriginalStrings;

    @QueryParam("zipFileName")
    private String zipFileName;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy