Class Hris
- java.lang.Object
-
- com.stackone.stackone_client_java.Hris
-
public class Hris extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
async
public AsyncHris async()
Switches to the async SDK.- Returns:
- The async SDK
-
listCompanies
public HrisListCompaniesRequestBuilder listCompanies()
List Companies- Returns:
- The call builder
-
listCompanies
public HrisListCompaniesResponse listCompanies(HrisListCompaniesRequest request) throws java.lang.Exception
List Companies- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listCompanies
public HrisListCompaniesResponse listCompanies(HrisListCompaniesRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Companies- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getCompany
public HrisGetCompanyRequestBuilder getCompany()
Get Company- Returns:
- The call builder
-
getCompany
public HrisGetCompanyResponse getCompany(HrisGetCompanyRequest request) throws java.lang.Exception
Get Company- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getCompany
public HrisGetCompanyResponse getCompany(HrisGetCompanyRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Company- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeCustomFieldDefinitions
public HrisListEmployeeCustomFieldDefinitionsRequestBuilder listEmployeeCustomFieldDefinitions()
List employee Custom Field Definitions- Returns:
- The call builder
-
listEmployeeCustomFieldDefinitions
public HrisListEmployeeCustomFieldDefinitionsResponse listEmployeeCustomFieldDefinitions(HrisListEmployeeCustomFieldDefinitionsRequest request) throws java.lang.Exception
List employee Custom Field Definitions- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeCustomFieldDefinitions
public HrisListEmployeeCustomFieldDefinitionsResponse listEmployeeCustomFieldDefinitions(HrisListEmployeeCustomFieldDefinitionsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List employee Custom Field Definitions- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeCustomFieldDefinition
public HrisGetEmployeeCustomFieldDefinitionRequestBuilder getEmployeeCustomFieldDefinition()
Get employee Custom Field Definition- Returns:
- The call builder
-
getEmployeeCustomFieldDefinition
public HrisGetEmployeeCustomFieldDefinitionResponse getEmployeeCustomFieldDefinition(HrisGetEmployeeCustomFieldDefinitionRequest request) throws java.lang.Exception
Get employee Custom Field Definition- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeCustomFieldDefinition
public HrisGetEmployeeCustomFieldDefinitionResponse getEmployeeCustomFieldDefinition(HrisGetEmployeeCustomFieldDefinitionRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get employee Custom Field Definition- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployees
public HrisListEmployeesRequestBuilder listEmployees()
List Employees- Returns:
- The call builder
-
listEmployees
public HrisListEmployeesResponse listEmployees(HrisListEmployeesRequest request) throws java.lang.Exception
List Employees- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployees
public HrisListEmployeesResponse listEmployees(HrisListEmployeesRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Employees- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
createEmployee
public HrisCreateEmployeeRequestBuilder createEmployee()
Create Employee- Returns:
- The call builder
-
createEmployee
public HrisCreateEmployeeResponse createEmployee(java.lang.String xAccountId, HrisCreateEmployeeRequestDto hrisCreateEmployeeRequestDto) throws java.lang.Exception
Create Employee- Parameters:
xAccountId- The account identifierhrisCreateEmployeeRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
createEmployee
public HrisCreateEmployeeResponse createEmployee(java.lang.String xAccountId, HrisCreateEmployeeRequestDto hrisCreateEmployeeRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Create Employee- Parameters:
xAccountId- The account identifierhrisCreateEmployeeRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployee
public HrisGetEmployeeRequestBuilder getEmployee()
Get Employee- Returns:
- The call builder
-
getEmployee
public HrisGetEmployeeResponse getEmployee(HrisGetEmployeeRequest request) throws java.lang.Exception
Get Employee- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployee
public HrisGetEmployeeResponse getEmployee(HrisGetEmployeeRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Employee- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
updateEmployee
public HrisUpdateEmployeeRequestBuilder updateEmployee()
Update Employee- Returns:
- The call builder
-
updateEmployee
public HrisUpdateEmployeeResponse updateEmployee(java.lang.String xAccountId, java.lang.String id, HrisUpdateEmployeeRequestDto hrisUpdateEmployeeRequestDto) throws java.lang.Exception
Update Employee- Parameters:
xAccountId- The account identifierid-hrisUpdateEmployeeRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
updateEmployee
public HrisUpdateEmployeeResponse updateEmployee(java.lang.String xAccountId, java.lang.String id, HrisUpdateEmployeeRequestDto hrisUpdateEmployeeRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Update Employee- Parameters:
xAccountId- The account identifierid-hrisUpdateEmployeeRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
inviteEmployee
public HrisInviteEmployeeRequestBuilder inviteEmployee()
Invite Employee- Returns:
- The call builder
-
inviteEmployee
public HrisInviteEmployeeResponse inviteEmployee(java.lang.String xAccountId, java.lang.String id, HrisInviteEmployeeRequestDto hrisInviteEmployeeRequestDto) throws java.lang.Exception
Invite Employee- Parameters:
xAccountId- The account identifierid-hrisInviteEmployeeRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
inviteEmployee
public HrisInviteEmployeeResponse inviteEmployee(java.lang.String xAccountId, java.lang.String id, HrisInviteEmployeeRequestDto hrisInviteEmployeeRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Invite Employee- Parameters:
xAccountId- The account identifierid-hrisInviteEmployeeRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeTimeOffRequests
public HrisListEmployeeTimeOffRequestsRequestBuilder listEmployeeTimeOffRequests()
List Employee Time Off Requests- Returns:
- The call builder
-
listEmployeeTimeOffRequests
public HrisListEmployeeTimeOffRequestsResponse listEmployeeTimeOffRequests(HrisListEmployeeTimeOffRequestsRequest request) throws java.lang.Exception
List Employee Time Off Requests- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeTimeOffRequests
public HrisListEmployeeTimeOffRequestsResponse listEmployeeTimeOffRequests(HrisListEmployeeTimeOffRequestsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Employee Time Off Requests- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
createEmployeeTimeOffRequest
public HrisCreateEmployeeTimeOffRequestRequestBuilder createEmployeeTimeOffRequest()
Create Employee Time Off Request- Returns:
- The call builder
-
createEmployeeTimeOffRequest
public HrisCreateEmployeeTimeOffRequestResponse createEmployeeTimeOffRequest(java.lang.String xAccountId, java.lang.String id, HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto) throws java.lang.Exception
Create Employee Time Off Request- Parameters:
xAccountId- The account identifierid-hrisCreateTimeOffRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
createEmployeeTimeOffRequest
public HrisCreateEmployeeTimeOffRequestResponse createEmployeeTimeOffRequest(java.lang.String xAccountId, java.lang.String id, HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Create Employee Time Off Request- Parameters:
xAccountId- The account identifierid-hrisCreateTimeOffRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeesTimeOffRequest
public HrisGetEmployeesTimeOffRequestRequestBuilder getEmployeesTimeOffRequest()
Get Employees Time Off Request- Returns:
- The call builder
-
getEmployeesTimeOffRequest
public HrisGetEmployeesTimeOffRequestResponse getEmployeesTimeOffRequest(HrisGetEmployeesTimeOffRequestRequest request) throws java.lang.Exception
Get Employees Time Off Request- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeesTimeOffRequest
public HrisGetEmployeesTimeOffRequestResponse getEmployeesTimeOffRequest(HrisGetEmployeesTimeOffRequestRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Employees Time Off Request- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
cancelEmployeeTimeOffRequest
public HrisCancelEmployeeTimeOffRequestRequestBuilder cancelEmployeeTimeOffRequest()
Cancel Employee Time Off Request- Returns:
- The call builder
-
cancelEmployeeTimeOffRequest
public HrisCancelEmployeeTimeOffRequestResponse cancelEmployeeTimeOffRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId) throws java.lang.Exception
Cancel Employee Time Off Request- Parameters:
xAccountId- The account identifierid-subResourceId-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
cancelEmployeeTimeOffRequest
public HrisCancelEmployeeTimeOffRequestResponse cancelEmployeeTimeOffRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, java.util.Optional<Options> options) throws java.lang.Exception
Cancel Employee Time Off Request- Parameters:
xAccountId- The account identifierid-subResourceId-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
updateEmployeeTimeOffRequest
public HrisUpdateEmployeeTimeOffRequestRequestBuilder updateEmployeeTimeOffRequest()
Update Employee Time Off Request- Returns:
- The call builder
-
updateEmployeeTimeOffRequest
public HrisUpdateEmployeeTimeOffRequestResponse updateEmployeeTimeOffRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto) throws java.lang.Exception
Update Employee Time Off Request- Parameters:
xAccountId- The account identifierid-subResourceId-hrisCreateTimeOffRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
updateEmployeeTimeOffRequest
public HrisUpdateEmployeeTimeOffRequestResponse updateEmployeeTimeOffRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, HrisCreateTimeOffRequestDto hrisCreateTimeOffRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Update Employee Time Off Request- Parameters:
xAccountId- The account identifierid-subResourceId-hrisCreateTimeOffRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
batchUploadEmployeeDocument
public HrisBatchUploadEmployeeDocumentRequestBuilder batchUploadEmployeeDocument()
Batch Upload Employee Document- Returns:
- The call builder
-
batchUploadEmployeeDocument
public HrisBatchUploadEmployeeDocumentResponse batchUploadEmployeeDocument(java.lang.String xAccountId, java.lang.String id, HrisBatchDocumentUploadRequestDto hrisBatchDocumentUploadRequestDto) throws java.lang.Exception
Batch Upload Employee Document- Parameters:
xAccountId- The account identifierid-hrisBatchDocumentUploadRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
batchUploadEmployeeDocument
public HrisBatchUploadEmployeeDocumentResponse batchUploadEmployeeDocument(java.lang.String xAccountId, java.lang.String id, HrisBatchDocumentUploadRequestDto hrisBatchDocumentUploadRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Batch Upload Employee Document- Parameters:
xAccountId- The account identifierid-hrisBatchDocumentUploadRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
uploadEmployeeDocument
public HrisUploadEmployeeDocumentRequestBuilder uploadEmployeeDocument()
Upload Employee Document- Returns:
- The call builder
-
uploadEmployeeDocument
public HrisUploadEmployeeDocumentResponse uploadEmployeeDocument(java.lang.String xAccountId, java.lang.String id, HrisDocumentsUploadRequestDto hrisDocumentsUploadRequestDto) throws java.lang.Exception
Upload Employee Document- Parameters:
xAccountId- The account identifierid-hrisDocumentsUploadRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
uploadEmployeeDocument
public HrisUploadEmployeeDocumentResponse uploadEmployeeDocument(java.lang.String xAccountId, java.lang.String id, HrisDocumentsUploadRequestDto hrisDocumentsUploadRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Upload Employee Document- Parameters:
xAccountId- The account identifierid-hrisDocumentsUploadRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
downloadEmployeeDocument
public HrisDownloadEmployeeDocumentRequestBuilder downloadEmployeeDocument()
Download Employee Document- Returns:
- The call builder
-
downloadEmployeeDocument
public HrisDownloadEmployeeDocumentResponse downloadEmployeeDocument(HrisDownloadEmployeeDocumentRequest request) throws java.lang.Exception
Download Employee Document- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
downloadEmployeeDocument
public HrisDownloadEmployeeDocumentResponse downloadEmployeeDocument(HrisDownloadEmployeeDocumentRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Download Employee Document- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeDocuments
public HrisListEmployeeDocumentsRequestBuilder listEmployeeDocuments()
List Employee Documents- Returns:
- The call builder
-
listEmployeeDocuments
public HrisListEmployeeDocumentsResponse listEmployeeDocuments(HrisListEmployeeDocumentsRequest request) throws java.lang.Exception
List Employee Documents- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeDocuments
public HrisListEmployeeDocumentsResponse listEmployeeDocuments(HrisListEmployeeDocumentsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Employee Documents- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeDocument
public HrisGetEmployeeDocumentRequestBuilder getEmployeeDocument()
Get Employee Document- Returns:
- The call builder
-
getEmployeeDocument
public HrisGetEmployeeDocumentResponse getEmployeeDocument(HrisGetEmployeeDocumentRequest request) throws java.lang.Exception
Get Employee Document- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeDocument
public HrisGetEmployeeDocumentResponse getEmployeeDocument(HrisGetEmployeeDocumentRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Employee Document- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeCategories
public HrisListEmployeeCategoriesRequestBuilder listEmployeeCategories()
List Employee Document Categories- Returns:
- The call builder
-
listEmployeeCategories
public HrisListEmployeeCategoriesResponse listEmployeeCategories(HrisListEmployeeCategoriesRequest request) throws java.lang.Exception
List Employee Document Categories- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeCategories
public HrisListEmployeeCategoriesResponse listEmployeeCategories(HrisListEmployeeCategoriesRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Employee Document Categories- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeDocumentCategory
public HrisGetEmployeeDocumentCategoryRequestBuilder getEmployeeDocumentCategory()
Get Employee Document Category- Returns:
- The call builder
-
getEmployeeDocumentCategory
public HrisGetEmployeeDocumentCategoryResponse getEmployeeDocumentCategory(HrisGetEmployeeDocumentCategoryRequest request) throws java.lang.Exception
Get Employee Document Category- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeDocumentCategory
public HrisGetEmployeeDocumentCategoryResponse getEmployeeDocumentCategory(HrisGetEmployeeDocumentCategoryRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Employee Document Category- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeWorkEligibility
public HrisListEmployeeWorkEligibilityRequestBuilder listEmployeeWorkEligibility()
List Employee Work Eligibility- Returns:
- The call builder
-
listEmployeeWorkEligibility
public HrisListEmployeeWorkEligibilityResponse listEmployeeWorkEligibility(HrisListEmployeeWorkEligibilityRequest request) throws java.lang.Exception
List Employee Work Eligibility- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeWorkEligibility
public HrisListEmployeeWorkEligibilityResponse listEmployeeWorkEligibility(HrisListEmployeeWorkEligibilityRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Employee Work Eligibility- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
createEmployeeWorkEligibilityRequest
public HrisCreateEmployeeWorkEligibilityRequestRequestBuilder createEmployeeWorkEligibilityRequest()
Create Employee Work Eligibility Request- Returns:
- The call builder
-
createEmployeeWorkEligibilityRequest
public HrisCreateEmployeeWorkEligibilityRequestResponse createEmployeeWorkEligibilityRequest(java.lang.String id, java.lang.String xAccountId, HrisCreateWorkEligibilityRequestDto hrisCreateWorkEligibilityRequestDto) throws java.lang.Exception
Create Employee Work Eligibility Request- Parameters:
id-xAccountId- The account identifierhrisCreateWorkEligibilityRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
createEmployeeWorkEligibilityRequest
public HrisCreateEmployeeWorkEligibilityRequestResponse createEmployeeWorkEligibilityRequest(java.lang.String id, java.lang.String xAccountId, HrisCreateWorkEligibilityRequestDto hrisCreateWorkEligibilityRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Create Employee Work Eligibility Request- Parameters:
id-xAccountId- The account identifierhrisCreateWorkEligibilityRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeesWorkEligibility
public HrisGetEmployeesWorkEligibilityRequestBuilder getEmployeesWorkEligibility()
Get Employees Work Eligibility- Returns:
- The call builder
-
getEmployeesWorkEligibility
public HrisGetEmployeesWorkEligibilityResponse getEmployeesWorkEligibility(HrisGetEmployeesWorkEligibilityRequest request) throws java.lang.Exception
Get Employees Work Eligibility- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeesWorkEligibility
public HrisGetEmployeesWorkEligibilityResponse getEmployeesWorkEligibility(HrisGetEmployeesWorkEligibilityRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Employees Work Eligibility- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
updateEmployeeWorkEligibilityRequest
public HrisUpdateEmployeeWorkEligibilityRequestRequestBuilder updateEmployeeWorkEligibilityRequest()
Update Employee Work Eligibility Request- Returns:
- The call builder
-
updateEmployeeWorkEligibilityRequest
public HrisUpdateEmployeeWorkEligibilityRequestResponse updateEmployeeWorkEligibilityRequest(java.lang.String id, java.lang.String subResourceId, java.lang.String xAccountId, HrisCreateWorkEligibilityRequestDto hrisCreateWorkEligibilityRequestDto) throws java.lang.Exception
Update Employee Work Eligibility Request- Parameters:
id-subResourceId-xAccountId- The account identifierhrisCreateWorkEligibilityRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
updateEmployeeWorkEligibilityRequest
public HrisUpdateEmployeeWorkEligibilityRequestResponse updateEmployeeWorkEligibilityRequest(java.lang.String id, java.lang.String subResourceId, java.lang.String xAccountId, HrisCreateWorkEligibilityRequestDto hrisCreateWorkEligibilityRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Update Employee Work Eligibility Request- Parameters:
id-subResourceId-xAccountId- The account identifierhrisCreateWorkEligibilityRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeTimeOffBalances
public HrisListEmployeeTimeOffBalancesRequestBuilder listEmployeeTimeOffBalances()
List Employee Time Off Balances- Returns:
- The call builder
-
listEmployeeTimeOffBalances
public HrisListEmployeeTimeOffBalancesResponse listEmployeeTimeOffBalances(HrisListEmployeeTimeOffBalancesRequest request) throws java.lang.Exception
List Employee Time Off Balances- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeTimeOffBalances
public HrisListEmployeeTimeOffBalancesResponse listEmployeeTimeOffBalances(HrisListEmployeeTimeOffBalancesRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Employee Time Off Balances- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeTimeOffBalance
public HrisGetEmployeeTimeOffBalanceRequestBuilder getEmployeeTimeOffBalance()
Get Employee Time Off Balance- Returns:
- The call builder
-
getEmployeeTimeOffBalance
public HrisGetEmployeeTimeOffBalanceResponse getEmployeeTimeOffBalance(HrisGetEmployeeTimeOffBalanceRequest request) throws java.lang.Exception
Get Employee Time Off Balance- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeTimeOffBalance
public HrisGetEmployeeTimeOffBalanceResponse getEmployeeTimeOffBalance(HrisGetEmployeeTimeOffBalanceRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Employee Time Off Balance- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployments
public HrisListEmploymentsRequestBuilder listEmployments()
List Employments- Returns:
- The call builder
-
listEmployments
public HrisListEmploymentsResponse listEmployments(HrisListEmploymentsRequest request) throws java.lang.Exception
List Employments- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployments
public HrisListEmploymentsResponse listEmployments(HrisListEmploymentsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Employments- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployment
public HrisGetEmploymentRequestBuilder getEmployment()
Get Employment- Returns:
- The call builder
-
getEmployment
public HrisGetEmploymentResponse getEmployment(HrisGetEmploymentRequest request) throws java.lang.Exception
Get Employment- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployment
public HrisGetEmploymentResponse getEmployment(HrisGetEmploymentRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Employment- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeEmployments
public HrisListEmployeeEmploymentsRequestBuilder listEmployeeEmployments()
List Employee Employments- Returns:
- The call builder
-
listEmployeeEmployments
public HrisListEmployeeEmploymentsResponse listEmployeeEmployments(HrisListEmployeeEmploymentsRequest request) throws java.lang.Exception
List Employee Employments- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeEmployments
public HrisListEmployeeEmploymentsResponse listEmployeeEmployments(HrisListEmployeeEmploymentsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Employee Employments- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
createEmployeeEmployment
public HrisCreateEmployeeEmploymentRequestBuilder createEmployeeEmployment()
Create Employee Employment- Returns:
- The call builder
-
createEmployeeEmployment
public HrisCreateEmployeeEmploymentResponse createEmployeeEmployment(java.lang.String xAccountId, java.lang.String id, HrisCreateEmploymentRequestDto hrisCreateEmploymentRequestDto) throws java.lang.Exception
Create Employee Employment- Parameters:
xAccountId- The account identifierid-hrisCreateEmploymentRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
createEmployeeEmployment
public HrisCreateEmployeeEmploymentResponse createEmployeeEmployment(java.lang.String xAccountId, java.lang.String id, HrisCreateEmploymentRequestDto hrisCreateEmploymentRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Create Employee Employment- Parameters:
xAccountId- The account identifierid-hrisCreateEmploymentRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeEmployment
public HrisGetEmployeeEmploymentRequestBuilder getEmployeeEmployment()
Get Employee Employment- Returns:
- The call builder
-
getEmployeeEmployment
public HrisGetEmployeeEmploymentResponse getEmployeeEmployment(HrisGetEmployeeEmploymentRequest request) throws java.lang.Exception
Get Employee Employment- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeEmployment
public HrisGetEmployeeEmploymentResponse getEmployeeEmployment(HrisGetEmployeeEmploymentRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Employee Employment- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
updateEmployeeEmployment
public HrisUpdateEmployeeEmploymentRequestBuilder updateEmployeeEmployment()
Update Employee Employment- Returns:
- The call builder
-
updateEmployeeEmployment
public HrisUpdateEmployeeEmploymentResponse updateEmployeeEmployment(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, HrisUpdateEmploymentRequestDto hrisUpdateEmploymentRequestDto) throws java.lang.Exception
Update Employee Employment- Parameters:
xAccountId- The account identifierid-subResourceId-hrisUpdateEmploymentRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
updateEmployeeEmployment
public HrisUpdateEmployeeEmploymentResponse updateEmployeeEmployment(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, HrisUpdateEmploymentRequestDto hrisUpdateEmploymentRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Update Employee Employment- Parameters:
xAccountId- The account identifierid-subResourceId-hrisUpdateEmploymentRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listGroups
public HrisListGroupsRequestBuilder listGroups()
List Groups- Returns:
- The call builder
-
listGroups
public HrisListGroupsResponse listGroups(HrisListGroupsRequest request) throws java.lang.Exception
List Groups- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listGroups
public HrisListGroupsResponse listGroups(HrisListGroupsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Groups- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listDepartmentGroups
public HrisListDepartmentGroupsRequestBuilder listDepartmentGroups()
List Department Groups- Returns:
- The call builder
-
listDepartmentGroups
public HrisListDepartmentGroupsResponse listDepartmentGroups(HrisListDepartmentGroupsRequest request) throws java.lang.Exception
List Department Groups- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listDepartmentGroups
public HrisListDepartmentGroupsResponse listDepartmentGroups(HrisListDepartmentGroupsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Department Groups- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listCostCenterGroups
public HrisListCostCenterGroupsRequestBuilder listCostCenterGroups()
List Cost Center Groups- Returns:
- The call builder
-
listCostCenterGroups
public HrisListCostCenterGroupsResponse listCostCenterGroups(HrisListCostCenterGroupsRequest request) throws java.lang.Exception
List Cost Center Groups- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listCostCenterGroups
public HrisListCostCenterGroupsResponse listCostCenterGroups(HrisListCostCenterGroupsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Cost Center Groups- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTeamGroups
public HrisListTeamGroupsRequestBuilder listTeamGroups()
List Team Groups- Returns:
- The call builder
-
listTeamGroups
public HrisListTeamGroupsResponse listTeamGroups(HrisListTeamGroupsRequest request) throws java.lang.Exception
List Team Groups- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTeamGroups
public HrisListTeamGroupsResponse listTeamGroups(HrisListTeamGroupsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Team Groups- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listDivisionGroups
public HrisListDivisionGroupsRequestBuilder listDivisionGroups()
List Division Groups- Returns:
- The call builder
-
listDivisionGroups
public HrisListDivisionGroupsResponse listDivisionGroups(HrisListDivisionGroupsRequest request) throws java.lang.Exception
List Division Groups- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listDivisionGroups
public HrisListDivisionGroupsResponse listDivisionGroups(HrisListDivisionGroupsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Division Groups- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listCompaniesGroups
public HrisListCompaniesGroupsRequestBuilder listCompaniesGroups()
List Companies Groups- Returns:
- The call builder
-
listCompaniesGroups
public HrisListCompaniesGroupsResponse listCompaniesGroups(HrisListCompaniesGroupsRequest request) throws java.lang.Exception
List Companies Groups- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listCompaniesGroups
public HrisListCompaniesGroupsResponse listCompaniesGroups(HrisListCompaniesGroupsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Companies Groups- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getGroup
public HrisGetGroupRequestBuilder getGroup()
Get Group- Returns:
- The call builder
-
getGroup
public HrisGetGroupResponse getGroup(HrisGetGroupRequest request) throws java.lang.Exception
Get Group- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getGroup
public HrisGetGroupResponse getGroup(HrisGetGroupRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Group- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getDepartmentGroup
public HrisGetDepartmentGroupRequestBuilder getDepartmentGroup()
Get Department Group- Returns:
- The call builder
-
getDepartmentGroup
public HrisGetDepartmentGroupResponse getDepartmentGroup(HrisGetDepartmentGroupRequest request) throws java.lang.Exception
Get Department Group- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getDepartmentGroup
public HrisGetDepartmentGroupResponse getDepartmentGroup(HrisGetDepartmentGroupRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Department Group- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getCostCenterGroup
public HrisGetCostCenterGroupRequestBuilder getCostCenterGroup()
Get Cost Center Group- Returns:
- The call builder
-
getCostCenterGroup
public HrisGetCostCenterGroupResponse getCostCenterGroup(HrisGetCostCenterGroupRequest request) throws java.lang.Exception
Get Cost Center Group- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getCostCenterGroup
public HrisGetCostCenterGroupResponse getCostCenterGroup(HrisGetCostCenterGroupRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Cost Center Group- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTeamGroup
public HrisGetTeamGroupRequestBuilder getTeamGroup()
Get Team Group- Returns:
- The call builder
-
getTeamGroup
public HrisGetTeamGroupResponse getTeamGroup(HrisGetTeamGroupRequest request) throws java.lang.Exception
Get Team Group- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTeamGroup
public HrisGetTeamGroupResponse getTeamGroup(HrisGetTeamGroupRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Team Group- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getDivisionGroup
public HrisGetDivisionGroupRequestBuilder getDivisionGroup()
Get Division Group- Returns:
- The call builder
-
getDivisionGroup
public HrisGetDivisionGroupResponse getDivisionGroup(HrisGetDivisionGroupRequest request) throws java.lang.Exception
Get Division Group- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getDivisionGroup
public HrisGetDivisionGroupResponse getDivisionGroup(HrisGetDivisionGroupRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Division Group- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getCompanyGroup
public HrisGetCompanyGroupRequestBuilder getCompanyGroup()
Get Company Group- Returns:
- The call builder
-
getCompanyGroup
public HrisGetCompanyGroupResponse getCompanyGroup(HrisGetCompanyGroupRequest request) throws java.lang.Exception
Get Company Group- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getCompanyGroup
public HrisGetCompanyGroupResponse getCompanyGroup(HrisGetCompanyGroupRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Company Group- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listJobs
public HrisListJobsRequestBuilder listJobs()
List Jobs- Returns:
- The call builder
-
listJobs
public HrisListJobsResponse listJobs(HrisListJobsRequest request) throws java.lang.Exception
List Jobs- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listJobs
public HrisListJobsResponse listJobs(HrisListJobsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Jobs- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getJob
public HrisGetJobRequestBuilder getJob()
Get Job- Returns:
- The call builder
-
getJob
public HrisGetJobResponse getJob(HrisGetJobRequest request) throws java.lang.Exception
Get Job- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getJob
public HrisGetJobResponse getJob(HrisGetJobRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Job- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listLocations
public HrisListLocationsRequestBuilder listLocations()
List Work Locations- Returns:
- The call builder
-
listLocations
public HrisListLocationsResponse listLocations(HrisListLocationsRequest request) throws java.lang.Exception
List Work Locations- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listLocations
public HrisListLocationsResponse listLocations(HrisListLocationsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Work Locations- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getLocation
public HrisGetLocationRequestBuilder getLocation()
Get Work Location- Returns:
- The call builder
-
getLocation
public HrisGetLocationResponse getLocation(HrisGetLocationRequest request) throws java.lang.Exception
Get Work Location- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getLocation
public HrisGetLocationResponse getLocation(HrisGetLocationRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Work Location- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listPositions
public HrisListPositionsRequestBuilder listPositions()
List Positions- Returns:
- The call builder
-
listPositions
public HrisListPositionsResponse listPositions(HrisListPositionsRequest request) throws java.lang.Exception
List Positions- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listPositions
public HrisListPositionsResponse listPositions(HrisListPositionsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Positions- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getPosition
public HrisGetPositionRequestBuilder getPosition()
Get Position- Returns:
- The call builder
-
getPosition
public HrisGetPositionResponse getPosition(HrisGetPositionRequest request) throws java.lang.Exception
Get Position- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getPosition
public HrisGetPositionResponse getPosition(HrisGetPositionRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Position- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTimeEntries
public HrisListTimeEntriesRequestBuilder listTimeEntries()
List Time Entries- Returns:
- The call builder
-
listTimeEntries
public HrisListTimeEntriesResponse listTimeEntries(HrisListTimeEntriesRequest request) throws java.lang.Exception
List Time Entries- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTimeEntries
public HrisListTimeEntriesResponse listTimeEntries(HrisListTimeEntriesRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Time Entries- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTimeEntries
public HrisGetTimeEntriesRequestBuilder getTimeEntries()
Get Time Entry- Returns:
- The call builder
-
getTimeEntries
public HrisGetTimeEntriesResponse getTimeEntries(HrisGetTimeEntriesRequest request) throws java.lang.Exception
Get Time Entry- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTimeEntries
public HrisGetTimeEntriesResponse getTimeEntries(HrisGetTimeEntriesRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Time Entry- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTimeOffRequests
public HrisListTimeOffRequestsRequestBuilder listTimeOffRequests()
List time off requests- Returns:
- The call builder
-
listTimeOffRequests
public HrisListTimeOffRequestsResponse listTimeOffRequests(HrisListTimeOffRequestsRequest request) throws java.lang.Exception
List time off requests- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTimeOffRequests
public HrisListTimeOffRequestsResponse listTimeOffRequests(HrisListTimeOffRequestsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List time off requests- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTimeOffRequest
public HrisGetTimeOffRequestRequestBuilder getTimeOffRequest()
Get time off request- Returns:
- The call builder
-
getTimeOffRequest
public HrisGetTimeOffRequestResponse getTimeOffRequest(HrisGetTimeOffRequestRequest request) throws java.lang.Exception
Get time off request- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTimeOffRequest
public HrisGetTimeOffRequestResponse getTimeOffRequest(HrisGetTimeOffRequestRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get time off request- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listShifts
public HrisListShiftsRequestBuilder listShifts()
List Shifts- Returns:
- The call builder
-
listShifts
public HrisListShiftsResponse listShifts(HrisListShiftsRequest request) throws java.lang.Exception
List Shifts- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listShifts
public HrisListShiftsResponse listShifts(HrisListShiftsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Shifts- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getShift
public HrisGetShiftRequestBuilder getShift()
Get Shift- Returns:
- The call builder
-
getShift
public HrisGetShiftResponse getShift(HrisGetShiftRequest request) throws java.lang.Exception
Get Shift- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getShift
public HrisGetShiftResponse getShift(HrisGetShiftRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Shift- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTimeOffTypes
@Deprecated public HrisListTimeOffTypesRequestBuilder listTimeOffTypes()
Deprecated.method: This will be removed in a future release, please migrate away from it as soon as possible.List time off types- Returns:
- The call builder
-
listTimeOffTypes
@Deprecated public HrisListTimeOffTypesResponse listTimeOffTypes(HrisListTimeOffTypesRequest request) throws java.lang.Exception
Deprecated.method: This will be removed in a future release, please migrate away from it as soon as possible.List time off types- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTimeOffTypes
@Deprecated public HrisListTimeOffTypesResponse listTimeOffTypes(HrisListTimeOffTypesRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Deprecated.method: This will be removed in a future release, please migrate away from it as soon as possible.List time off types- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTimeOffType
@Deprecated public HrisGetTimeOffTypeRequestBuilder getTimeOffType()
Deprecated.method: This will be removed in a future release, please migrate away from it as soon as possible.Get time off type- Returns:
- The call builder
-
getTimeOffType
@Deprecated public HrisGetTimeOffTypeResponse getTimeOffType(HrisGetTimeOffTypeRequest request) throws java.lang.Exception
Deprecated.method: This will be removed in a future release, please migrate away from it as soon as possible.Get time off type- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTimeOffType
@Deprecated public HrisGetTimeOffTypeResponse getTimeOffType(HrisGetTimeOffTypeRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Deprecated.method: This will be removed in a future release, please migrate away from it as soon as possible.Get time off type- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTimeOffPolicies
public HrisListTimeOffPoliciesRequestBuilder listTimeOffPolicies()
List Time Off Policies- Returns:
- The call builder
-
listTimeOffPolicies
public HrisListTimeOffPoliciesResponse listTimeOffPolicies(HrisListTimeOffPoliciesRequest request) throws java.lang.Exception
List Time Off Policies- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTimeOffPolicies
public HrisListTimeOffPoliciesResponse listTimeOffPolicies(HrisListTimeOffPoliciesRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Time Off Policies- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTimeOffPolicy
public HrisGetTimeOffPolicyRequestBuilder getTimeOffPolicy()
Get Time Off Policy- Returns:
- The call builder
-
getTimeOffPolicy
public HrisGetTimeOffPolicyResponse getTimeOffPolicy(HrisGetTimeOffPolicyRequest request) throws java.lang.Exception
Get Time Off Policy- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTimeOffPolicy
public HrisGetTimeOffPolicyResponse getTimeOffPolicy(HrisGetTimeOffPolicyRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Time Off Policy- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeTimeOffPolicies
public HrisListEmployeeTimeOffPoliciesRequestBuilder listEmployeeTimeOffPolicies()
List Assigned Time Off Policies- Returns:
- The call builder
-
listEmployeeTimeOffPolicies
public HrisListEmployeeTimeOffPoliciesResponse listEmployeeTimeOffPolicies(HrisListEmployeeTimeOffPoliciesRequest request) throws java.lang.Exception
List Assigned Time Off Policies- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeTimeOffPolicies
public HrisListEmployeeTimeOffPoliciesResponse listEmployeeTimeOffPolicies(HrisListEmployeeTimeOffPoliciesRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Assigned Time Off Policies- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listBenefits
public HrisListBenefitsRequestBuilder listBenefits()
List benefits- Returns:
- The call builder
-
listBenefits
public HrisListBenefitsResponse listBenefits(HrisListBenefitsRequest request) throws java.lang.Exception
List benefits- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listBenefits
public HrisListBenefitsResponse listBenefits(HrisListBenefitsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List benefits- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getBenefit
public HrisGetBenefitRequestBuilder getBenefit()
Get Benefit- Returns:
- The call builder
-
getBenefit
public HrisGetBenefitResponse getBenefit(HrisGetBenefitRequest request) throws java.lang.Exception
Get Benefit- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getBenefit
public HrisGetBenefitResponse getBenefit(HrisGetBenefitRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Benefit- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeSkills
public HrisListEmployeeSkillsRequestBuilder listEmployeeSkills()
List Employee Skills- Returns:
- The call builder
-
listEmployeeSkills
public HrisListEmployeeSkillsResponse listEmployeeSkills(HrisListEmployeeSkillsRequest request) throws java.lang.Exception
List Employee Skills- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeSkills
public HrisListEmployeeSkillsResponse listEmployeeSkills(HrisListEmployeeSkillsRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Employee Skills- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
createEmployeeSkill
public HrisCreateEmployeeSkillRequestBuilder createEmployeeSkill()
Create Employee Skill- Returns:
- The call builder
-
createEmployeeSkill
public HrisCreateEmployeeSkillResponse createEmployeeSkill(java.lang.String xAccountId, java.lang.String id, EntitySkillsCreateRequestDto entitySkillsCreateRequestDto) throws java.lang.Exception
Create Employee Skill- Parameters:
xAccountId- The account identifierid-entitySkillsCreateRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
createEmployeeSkill
public HrisCreateEmployeeSkillResponse createEmployeeSkill(java.lang.String xAccountId, java.lang.String id, EntitySkillsCreateRequestDto entitySkillsCreateRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Create Employee Skill- Parameters:
xAccountId- The account identifierid-entitySkillsCreateRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeSkill
public HrisGetEmployeeSkillRequestBuilder getEmployeeSkill()
Get Employee Skill- Returns:
- The call builder
-
getEmployeeSkill
public HrisGetEmployeeSkillResponse getEmployeeSkill(HrisGetEmployeeSkillRequest request) throws java.lang.Exception
Get Employee Skill- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeSkill
public HrisGetEmployeeSkillResponse getEmployeeSkill(HrisGetEmployeeSkillRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Employee Skill- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeTasks
public HrisListEmployeeTasksRequestBuilder listEmployeeTasks()
List Employee Tasks- Returns:
- The call builder
-
listEmployeeTasks
public HrisListEmployeeTasksResponse listEmployeeTasks(HrisListEmployeeTasksRequest request) throws java.lang.Exception
List Employee Tasks- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listEmployeeTasks
public HrisListEmployeeTasksResponse listEmployeeTasks(HrisListEmployeeTasksRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Employee Tasks- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeTask
public HrisGetEmployeeTaskRequestBuilder getEmployeeTask()
Get Employee Task- Returns:
- The call builder
-
getEmployeeTask
public HrisGetEmployeeTaskResponse getEmployeeTask(HrisGetEmployeeTaskRequest request) throws java.lang.Exception
Get Employee Task- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getEmployeeTask
public HrisGetEmployeeTaskResponse getEmployeeTask(HrisGetEmployeeTaskRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Employee Task- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
updateEmployeeTask
public HrisUpdateEmployeeTaskRequestBuilder updateEmployeeTask()
Update Employee Task- Returns:
- The call builder
-
updateEmployeeTask
public HrisUpdateEmployeeTaskResponse updateEmployeeTask(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, UpdateTaskRequestDto updateTaskRequestDto) throws java.lang.Exception
Update Employee Task- Parameters:
xAccountId- The account identifierid-subResourceId-updateTaskRequestDto-- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
updateEmployeeTask
public HrisUpdateEmployeeTaskResponse updateEmployeeTask(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, UpdateTaskRequestDto updateTaskRequestDto, java.util.Optional<Options> options) throws java.lang.Exception
Update Employee Task- Parameters:
xAccountId- The account identifierid-subResourceId-updateTaskRequestDto-options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTasks
public HrisListTasksRequestBuilder listTasks()
List Tasks- Returns:
- The call builder
-
listTasks
public HrisListTasksResponse listTasks(HrisListTasksRequest request) throws java.lang.Exception
List Tasks- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
listTasks
public HrisListTasksResponse listTasks(HrisListTasksRequest request, java.util.Optional<Options> options) throws java.lang.Exception
List Tasks- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTask
public HrisGetTaskRequestBuilder getTask()
Get Task- Returns:
- The call builder
-
getTask
public HrisGetTaskResponse getTask(HrisGetTaskRequest request) throws java.lang.Exception
Get Task- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
getTask
public HrisGetTaskResponse getTask(HrisGetTaskRequest request, java.util.Optional<Options> options) throws java.lang.Exception
Get Task- Parameters:
request- The request object containing all the parameters for the API call.options- additional options- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
-