Class IraApi
java.lang.Object
markets.alpaca.client.openapi.broker.api.IraApi
Generated client for IraApi operations.
This class is generated from the configured OpenAPI spec. Operation method Javadocs include OAS summaries, descriptions, parameters, return types, response details, and external documentation links when present in the spec.
Operations
listIRAExcessContritbutions: Retrieve Excess Contributions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintRetrieve Excess Contributions Returns all overcontributed IRA accountsokhttp3.CallRetrieve Excess Contributions (asynchronously) Returns all overcontributed IRA accountsokhttp3.CalllistIRAExcessContritbutionsCall(ApiCallback _callback) Build call for listIRAExcessContritbutionsRetrieve Excess Contributions Returns all overcontributed IRA accountsvoidsetApiClient(ApiClient apiClient) voidsetCustomBaseUrl(String customBaseUrl) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
IraApi
public IraApi() -
IraApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
listIRAExcessContritbutionsCall
Build call for listIRAExcessContritbutions- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 list of overcontributed IRA accounts - 0 error -
-
listIRAExcessContritbutions
Retrieve Excess Contributions Returns all overcontributed IRA accounts- Returns:
- List<OvercontributedIRAAccount>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 list of overcontributed IRA accounts - 0 error -
-
listIRAExcessContritbutionsWithHttpInfo
public ApiResponse<List<OvercontributedIRAAccount>> listIRAExcessContritbutionsWithHttpInfo() throws ApiExceptionRetrieve Excess Contributions Returns all overcontributed IRA accounts- Returns:
- ApiResponse<List<OvercontributedIRAAccount>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- HTTP Response Details:
Response Details Status Code Description Response Headers 200 list of overcontributed IRA accounts - 0 error -
-
listIRAExcessContritbutionsAsync
public okhttp3.Call listIRAExcessContritbutionsAsync(ApiCallback<List<OvercontributedIRAAccount>> _callback) throws ApiException Retrieve Excess Contributions (asynchronously) Returns all overcontributed IRA accounts- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- HTTP Response Details:
Response Details Status Code Description Response Headers 200 list of overcontributed IRA accounts - 0 error -
-