Class AtsDownloadApplicationDocumentRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsDownloadApplicationDocumentRequest
-
public class AtsDownloadApplicationDocumentRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsDownloadApplicationDocumentRequest.Builder
-
Constructor Summary
Constructors Constructor Description AtsDownloadApplicationDocumentRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId)AtsDownloadApplicationDocumentRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsDownloadApplicationDocumentRequest.Builderbuilder()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>format()The format to download the file ininthashCode()java.lang.Stringid()java.lang.StringsubResourceId()java.lang.StringtoString()AtsDownloadApplicationDocumentRequestwithFormat(java.lang.String format)The format to download the file inAtsDownloadApplicationDocumentRequestwithFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)The format to download the file inAtsDownloadApplicationDocumentRequestwithId(java.lang.String id)AtsDownloadApplicationDocumentRequestwithSubResourceId(java.lang.String subResourceId)AtsDownloadApplicationDocumentRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
AtsDownloadApplicationDocumentRequest
public AtsDownloadApplicationDocumentRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
-
AtsDownloadApplicationDocumentRequest
public AtsDownloadApplicationDocumentRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
id
public java.lang.String id()
-
subResourceId
public java.lang.String subResourceId()
-
format
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format()
The format to download the file in
-
builder
public static final AtsDownloadApplicationDocumentRequest.Builder builder()
-
withXAccountId
public AtsDownloadApplicationDocumentRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public AtsDownloadApplicationDocumentRequest withId(java.lang.String id)
-
withSubResourceId
public AtsDownloadApplicationDocumentRequest withSubResourceId(java.lang.String subResourceId)
-
withFormat
public AtsDownloadApplicationDocumentRequest withFormat(java.lang.String format)
The format to download the file in
-
withFormat
public AtsDownloadApplicationDocumentRequest withFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
The format to download the file in
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-