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

com.smartling.api.contexts.v2.pto.DeleteContextsAsyncRequestPTO 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 DeleteContextsAsyncRequestPTO
{
    private List contextUids;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy