Interface HrisService.WithRawResponse
-
- All Implemented Interfaces:
public interface HrisService.WithRawResponseA view of HrisService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompanyService.WithRawResponsecompany()abstract DirectoryService.WithRawResponsedirectory()abstract IndividualService.WithRawResponseindividuals()abstract EmploymentService.WithRawResponseemployments()abstract PaymentService.WithRawResponsepayments()abstract PayStatementService.WithRawResponsepayStatements()abstract DocumentService.WithRawResponsedocuments()abstract BenefitService.WithRawResponsebenefits()-
-
Method Detail
-
company
abstract CompanyService.WithRawResponse company()
-
directory
abstract DirectoryService.WithRawResponse directory()
-
individuals
abstract IndividualService.WithRawResponse individuals()
-
employments
abstract EmploymentService.WithRawResponse employments()
-
payments
abstract PaymentService.WithRawResponse payments()
-
payStatements
abstract PayStatementService.WithRawResponse payStatements()
-
documents
abstract DocumentService.WithRawResponse documents()
-
benefits
abstract BenefitService.WithRawResponse benefits()
-
-
-
-