Class HrisDownloadEmployeeDocumentRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisDownloadEmployeeDocumentRequestBuilder
-
public class HrisDownloadEmployeeDocumentRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HrisDownloadEmployeeDocumentRequestBuilder(SDKMethodInterfaces.MethodCallHrisDownloadEmployeeDocument sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisDownloadEmployeeDocumentResponsecall()HrisDownloadEmployeeDocumentRequestBuilderformat(java.lang.String format)HrisDownloadEmployeeDocumentRequestBuilderformat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)HrisDownloadEmployeeDocumentRequestBuilderid(java.lang.String id)HrisDownloadEmployeeDocumentRequestBuilderretryConfig(RetryConfig retryConfig)HrisDownloadEmployeeDocumentRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)HrisDownloadEmployeeDocumentRequestBuildersubResourceId(java.lang.String subResourceId)HrisDownloadEmployeeDocumentRequestBuilderxAccountId(java.lang.String xAccountId)
-
-
-
Constructor Detail
-
HrisDownloadEmployeeDocumentRequestBuilder
public HrisDownloadEmployeeDocumentRequestBuilder(SDKMethodInterfaces.MethodCallHrisDownloadEmployeeDocument sdk)
-
-
Method Detail
-
xAccountId
public HrisDownloadEmployeeDocumentRequestBuilder xAccountId(java.lang.String xAccountId)
-
id
public HrisDownloadEmployeeDocumentRequestBuilder id(java.lang.String id)
-
subResourceId
public HrisDownloadEmployeeDocumentRequestBuilder subResourceId(java.lang.String subResourceId)
-
format
public HrisDownloadEmployeeDocumentRequestBuilder format(java.lang.String format)
-
format
public HrisDownloadEmployeeDocumentRequestBuilder format(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
-
retryConfig
public HrisDownloadEmployeeDocumentRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public HrisDownloadEmployeeDocumentRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public HrisDownloadEmployeeDocumentResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-