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

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

The 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 BatchDeleteBindingsRequestPTO
{
    private List stringHashcodes;
    private String contentFileUri;
    private String contextUid;
    private List bindingUids;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy