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

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

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

import com.smartling.api.v2.response.ResponseData;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

import java.util.Date;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class FileItemPTO implements ResponseData
{
    private String fileUri;
    private Date created;
    private Date lastUploaded;
    private String fileType;
    private boolean hasInstructions;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy