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

com.neotys.neoload.model.repository.PostMultipartRequest Maven / Gradle / Ivy

package com.neotys.neoload.model.repository;

import org.immutables.value.Value;

import java.util.List;

/**
 * @deprecated As of v3, replaced by an associated class from v3 version.
 */
@Value.Immutable
@Deprecated
public interface PostMultipartRequest extends PostRequest {

    List getParts();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy