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

com.smartling.api.contexts.v2.pto.MatchRequestPTO Maven / Gradle / Ivy

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

import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class MatchRequestPTO
{
    private String contentFileUri;
    private List stringHashcodes;
    private Integer overrideContextOlderThanDays;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy