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

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

Go to download

This package contains Java Client Library for the Affinda Resume Parser API. For documentation on how to use this package, please see https://github.com/affinda/affinda-java

There is a newer version: 3.16.0
Show newest version
package com.affinda.api.client.models;

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

/** The Paths11PzrpaV3ApiUsersGetResponses200ContentApplicationJsonSchemaAllof1 model. */
@Fluent
public class Paths11PzrpaV3ApiUsersGetResponses200ContentApplicationJsonSchemaAllof1 {
    /*
     * 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 Paths11PzrpaV3ApiUsersGetResponses200ContentApplicationJsonSchemaAllof1 object itself.
     */
    public Paths11PzrpaV3ApiUsersGetResponses200ContentApplicationJsonSchemaAllof1 setResults(
            List results) {
        this.results = results;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy