Package com.longbridge.asset
Class GetStatementListOptions
- java.lang.Object
-
- com.longbridge.asset.GetStatementListOptions
-
public class GetStatementListOptions extends Object
Options for querying statement list
-
-
Constructor Summary
Constructors Constructor Description GetStatementListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetStatementListOptionssetLimit(int limit)GetStatementListOptionssetStartDate(int startDate)GetStatementListOptionssetStatementType(int statementType)
-
-
-
Method Detail
-
setStatementType
public GetStatementListOptions setStatementType(int statementType)
-
setStartDate
public GetStatementListOptions setStartDate(int startDate)
-
setLimit
public GetStatementListOptions setLimit(int limit)
-
-