
com.affinda.api.client.models.PathsCl024WV3IndexNameDocumentsPostRequestbodyContentApplicationJsonSchema Maven / Gradle / Ivy
package com.affinda.api.client.models;
import com.azure.core.annotation.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;
/** The PathsCl024WV3IndexNameDocumentsPostRequestbodyContentApplicationJsonSchema model. */
@Fluent
public final class PathsCl024WV3IndexNameDocumentsPostRequestbodyContentApplicationJsonSchema {
/*
* The document property.
*/
@JsonProperty(value = "document")
private String document;
/**
* Get the document property: The document property.
*
* @return the document value.
*/
public String getDocument() {
return this.document;
}
/**
* Set the document property: The document property.
*
* @param document the document value to set.
* @return the PathsCl024WV3IndexNameDocumentsPostRequestbodyContentApplicationJsonSchema object itself.
*/
public PathsCl024WV3IndexNameDocumentsPostRequestbodyContentApplicationJsonSchema setDocument(String document) {
this.document = document;
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy