Class CashFlowStatementsClient
- java.lang.Object
-
- com.merge.api.resources.accounting.cashflowstatements.CashFlowStatementsClient
-
public class CashFlowStatementsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description CashFlowStatementsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginatedCashFlowStatementListlist()Returns a list ofCashFlowStatementobjects.PaginatedCashFlowStatementListlist(CashFlowStatementsListRequest request)Returns a list ofCashFlowStatementobjects.PaginatedCashFlowStatementListlist(CashFlowStatementsListRequest request, RequestOptions requestOptions)Returns a list ofCashFlowStatementobjects.CashFlowStatementretrieve(java.lang.String id)Returns aCashFlowStatementobject with the givenid.CashFlowStatementretrieve(java.lang.String id, CashFlowStatementsRetrieveRequest request)Returns aCashFlowStatementobject with the givenid.CashFlowStatementretrieve(java.lang.String id, CashFlowStatementsRetrieveRequest request, RequestOptions requestOptions)Returns aCashFlowStatementobject with the givenid.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
CashFlowStatementsClient
public CashFlowStatementsClient(ClientOptions clientOptions)
-
-
Method Detail
-
list
public PaginatedCashFlowStatementList list()
Returns a list ofCashFlowStatementobjects.
-
list
public PaginatedCashFlowStatementList list(CashFlowStatementsListRequest request)
Returns a list ofCashFlowStatementobjects.
-
list
public PaginatedCashFlowStatementList list(CashFlowStatementsListRequest request, RequestOptions requestOptions)
Returns a list ofCashFlowStatementobjects.
-
retrieve
public CashFlowStatement retrieve(java.lang.String id)
Returns aCashFlowStatementobject with the givenid.
-
retrieve
public CashFlowStatement retrieve(java.lang.String id, CashFlowStatementsRetrieveRequest request)
Returns aCashFlowStatementobject with the givenid.
-
retrieve
public CashFlowStatement retrieve(java.lang.String id, CashFlowStatementsRetrieveRequest request, RequestOptions requestOptions)
Returns aCashFlowStatementobject with the givenid.
-
-