Class TimesheetEntriesClient
- java.lang.Object
-
- com.merge.api.resources.hris.timesheetentries.TimesheetEntriesClient
-
public class TimesheetEntriesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description TimesheetEntriesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimesheetEntryResponsecreate(TimesheetEntryEndpointRequest request)Creates aTimesheetEntryobject with the given values.TimesheetEntryResponsecreate(TimesheetEntryEndpointRequest request, RequestOptions requestOptions)Creates aTimesheetEntryobject with the given values.PaginatedTimesheetEntryListlist()Returns a list ofTimesheetEntryobjects.PaginatedTimesheetEntryListlist(TimesheetEntriesListRequest request)Returns a list ofTimesheetEntryobjects.PaginatedTimesheetEntryListlist(TimesheetEntriesListRequest request, RequestOptions requestOptions)Returns a list ofTimesheetEntryobjects.MetaResponsemetaPostRetrieve()Returns metadata forTimesheetEntryPOSTs.MetaResponsemetaPostRetrieve(RequestOptions requestOptions)Returns metadata forTimesheetEntryPOSTs.TimesheetEntryretrieve(java.lang.String id)Returns aTimesheetEntryobject with the givenid.TimesheetEntryretrieve(java.lang.String id, TimesheetEntriesRetrieveRequest request)Returns aTimesheetEntryobject with the givenid.TimesheetEntryretrieve(java.lang.String id, TimesheetEntriesRetrieveRequest request, RequestOptions requestOptions)Returns aTimesheetEntryobject with the givenid.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
TimesheetEntriesClient
public TimesheetEntriesClient(ClientOptions clientOptions)
-
-
Method Detail
-
list
public PaginatedTimesheetEntryList list()
Returns a list ofTimesheetEntryobjects.
-
list
public PaginatedTimesheetEntryList list(TimesheetEntriesListRequest request)
Returns a list ofTimesheetEntryobjects.
-
list
public PaginatedTimesheetEntryList list(TimesheetEntriesListRequest request, RequestOptions requestOptions)
Returns a list ofTimesheetEntryobjects.
-
create
public TimesheetEntryResponse create(TimesheetEntryEndpointRequest request)
Creates aTimesheetEntryobject with the given values.
-
create
public TimesheetEntryResponse create(TimesheetEntryEndpointRequest request, RequestOptions requestOptions)
Creates aTimesheetEntryobject with the given values.
-
retrieve
public TimesheetEntry retrieve(java.lang.String id)
Returns aTimesheetEntryobject with the givenid.
-
retrieve
public TimesheetEntry retrieve(java.lang.String id, TimesheetEntriesRetrieveRequest request)
Returns aTimesheetEntryobject with the givenid.
-
retrieve
public TimesheetEntry retrieve(java.lang.String id, TimesheetEntriesRetrieveRequest request, RequestOptions requestOptions)
Returns aTimesheetEntryobject with the givenid.
-
metaPostRetrieve
public MetaResponse metaPostRetrieve()
Returns metadata forTimesheetEntryPOSTs.
-
metaPostRetrieve
public MetaResponse metaPostRetrieve(RequestOptions requestOptions)
Returns metadata forTimesheetEntryPOSTs.
-
-