public class SubjectApi extends Object
| Constructor and Description |
|---|
SubjectApi() |
SubjectApi(ApiClient apiClient) |
public SubjectApi()
public SubjectApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getSubjectIdTypesCall(Integer subjectId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
subjectId - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ListIdType getSubjectIdTypes(Integer subjectId) throws ApiException
subjectId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListIdType> getSubjectIdTypesWithHttpInfo(Integer subjectId) throws ApiException
subjectId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSubjectIdTypesAsync(Integer subjectId, ApiCallback<ListIdType> callback) throws ApiException
subjectId - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSubjectsCall(Long xTenant, Long orgId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xTenant - (required)orgId - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ListSubjectMeta getSubjects(Long xTenant, Long orgId) throws ApiException
xTenant - (required)orgId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListSubjectMeta> getSubjectsWithHttpInfo(Long xTenant, Long orgId) throws ApiException
xTenant - (required)orgId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSubjectsAsync(Long xTenant, Long orgId, ApiCallback<ListSubjectMeta> callback) throws ApiException
xTenant - (required)orgId - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.