Package com.confidentify.client.model
Class IngestFileResponseUploadTo
- java.lang.Object
-
- com.confidentify.client.model.IngestFileResponseUploadTo
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class IngestFileResponseUploadTo extends Object
IngestFileResponseUploadTo
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HTTP_METHODstatic StringSERIALIZED_NAME_URL
-
Constructor Summary
Constructors Constructor Description IngestFileResponseUploadTo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHttpMethod()The HTTP method to use when uploading the file contents.StringgetUrl()The URL to upload the file contents to.inthashCode()IngestFileResponseUploadTohttpMethod(String httpMethod)voidsetHttpMethod(String httpMethod)voidsetUrl(String url)StringtoString()IngestFileResponseUploadTourl(String url)
-
-
-
Field Detail
-
SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HTTP_METHOD
public static final String SERIALIZED_NAME_HTTP_METHOD
- See Also:
- Constant Field Values
-
-
Method Detail
-
url
public IngestFileResponseUploadTo url(String url)
-
setUrl
public void setUrl(String url)
-
httpMethod
public IngestFileResponseUploadTo httpMethod(String httpMethod)
-
getHttpMethod
@Nullable public String getHttpMethod()
The HTTP method to use when uploading the file contents. This will always be `PUT`.- Returns:
- httpMethod
-
setHttpMethod
public void setHttpMethod(String httpMethod)
-
-