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

com.affinda.api.client.models.PathsOxm5M7V3DocumentsGetResponses200ContentApplicationJsonSchema Maven / Gradle / Ivy

package com.affinda.api.client.models;

import com.azure.core.annotation.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;

/** The PathsOxm5M7V3DocumentsGetResponses200ContentApplicationJsonSchema model. */
@Fluent
public final class PathsOxm5M7V3DocumentsGetResponses200ContentApplicationJsonSchema extends PaginatedResponse {
    /*
     * The results property.
     */
    @JsonProperty(value = "results")
    private List results;

    /**
     * Get the results property: The results property.
     *
     * @return the results value.
     */
    public List getResults() {
        return this.results;
    }

    /**
     * Set the results property: The results property.
     *
     * @param results the results value to set.
     * @return the PathsOxm5M7V3DocumentsGetResponses200ContentApplicationJsonSchema object itself.
     */
    public PathsOxm5M7V3DocumentsGetResponses200ContentApplicationJsonSchema setResults(List results) {
        this.results = results;
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy