Class HrisDownloadEmployeeDocumentRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisDownloadEmployeeDocumentRequest.Builder
-
- Enclosing class:
- HrisDownloadEmployeeDocumentRequest
public static final class HrisDownloadEmployeeDocumentRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisDownloadEmployeeDocumentRequestbuild()HrisDownloadEmployeeDocumentRequest.BuilderexportFormat(java.lang.String exportFormat)The export format of the fileHrisDownloadEmployeeDocumentRequest.BuilderexportFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)The export format of the fileHrisDownloadEmployeeDocumentRequest.Builderformat(java.lang.String format)The format to download the file inHrisDownloadEmployeeDocumentRequest.Builderformat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)The format to download the file inHrisDownloadEmployeeDocumentRequest.Builderid(java.lang.String id)HrisDownloadEmployeeDocumentRequest.BuildersubResourceId(java.lang.String subResourceId)HrisDownloadEmployeeDocumentRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public HrisDownloadEmployeeDocumentRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public HrisDownloadEmployeeDocumentRequest.Builder id(java.lang.String id)
-
subResourceId
public HrisDownloadEmployeeDocumentRequest.Builder subResourceId(java.lang.String subResourceId)
-
format
public HrisDownloadEmployeeDocumentRequest.Builder format(java.lang.String format)
The format to download the file in
-
format
public HrisDownloadEmployeeDocumentRequest.Builder format(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
The format to download the file in
-
exportFormat
public HrisDownloadEmployeeDocumentRequest.Builder exportFormat(java.lang.String exportFormat)
The export format of the file
-
exportFormat
public HrisDownloadEmployeeDocumentRequest.Builder exportFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)
The export format of the file
-
build
public HrisDownloadEmployeeDocumentRequest build()
-
-