Class EmployeePayrollRunsClient
- java.lang.Object
-
- com.merge.api.resources.hris.employeepayrollruns.EmployeePayrollRunsClient
-
public class EmployeePayrollRunsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description EmployeePayrollRunsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginatedEmployeePayrollRunListlist()Returns a list ofEmployeePayrollRunobjects.PaginatedEmployeePayrollRunListlist(EmployeePayrollRunsListRequest request)Returns a list ofEmployeePayrollRunobjects.PaginatedEmployeePayrollRunListlist(EmployeePayrollRunsListRequest request, RequestOptions requestOptions)Returns a list ofEmployeePayrollRunobjects.EmployeePayrollRunretrieve(java.lang.String id)Returns anEmployeePayrollRunobject with the givenid.EmployeePayrollRunretrieve(java.lang.String id, EmployeePayrollRunsRetrieveRequest request)Returns anEmployeePayrollRunobject with the givenid.EmployeePayrollRunretrieve(java.lang.String id, EmployeePayrollRunsRetrieveRequest request, RequestOptions requestOptions)Returns anEmployeePayrollRunobject with the givenid.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
EmployeePayrollRunsClient
public EmployeePayrollRunsClient(ClientOptions clientOptions)
-
-
Method Detail
-
list
public PaginatedEmployeePayrollRunList list()
Returns a list ofEmployeePayrollRunobjects.
-
list
public PaginatedEmployeePayrollRunList list(EmployeePayrollRunsListRequest request)
Returns a list ofEmployeePayrollRunobjects.
-
list
public PaginatedEmployeePayrollRunList list(EmployeePayrollRunsListRequest request, RequestOptions requestOptions)
Returns a list ofEmployeePayrollRunobjects.
-
retrieve
public EmployeePayrollRun retrieve(java.lang.String id)
Returns anEmployeePayrollRunobject with the givenid.
-
retrieve
public EmployeePayrollRun retrieve(java.lang.String id, EmployeePayrollRunsRetrieveRequest request)
Returns anEmployeePayrollRunobject with the givenid.
-
retrieve
public EmployeePayrollRun retrieve(java.lang.String id, EmployeePayrollRunsRetrieveRequest request, RequestOptions requestOptions)
Returns anEmployeePayrollRunobject with the givenid.
-
-