Uses of Class
Avalara.SDK.model.A1099.V2.JobResponse
-
Packages that use JobResponse Package Description Avalara.SDK.api.A1099.V2 Avalara.SDK.model.A1099.V2 -
-
Uses of JobResponse in Avalara.SDK.api.A1099.V2
Methods in Avalara.SDK.api.A1099.V2 that return JobResponse Modifier and Type Method Description JobResponseForms1099Api. bulkUpsert1099Forms(Forms1099Api.BulkUpsert1099FormsRequest requestParameters)Create or update multiple 1099/1095/W2/1042S forms This endpoint allows you to create or update multiple 1099/1095/W2/1042S forms.JobResponseJobsApi. getJob(JobsApi.GetJobRequest requestParameters)Retrieves information about the job Retrieves information about the jobMethods in Avalara.SDK.api.A1099.V2 that return types with arguments of type JobResponse Modifier and Type Method Description ApiResponse<JobResponse>Forms1099Api. bulkUpsert1099FormsWithHttpInfo(Forms1099Api.BulkUpsert1099FormsRequest requestParameters)Create or update multiple 1099/1095/W2/1042S forms This endpoint allows you to create or update multiple 1099/1095/W2/1042S forms.ApiResponse<JobResponse>JobsApi. getJobWithHttpInfo(JobsApi.GetJobRequest requestParameters)Retrieves information about the job Retrieves information about the jobMethod parameters in Avalara.SDK.api.A1099.V2 with type arguments of type JobResponse Modifier and Type Method Description okhttp3.CallForms1099Api. bulkUpsert1099FormsAsync(Forms1099Api.BulkUpsert1099FormsRequest requestParameters, ApiCallback<JobResponse> _callback)Create or update multiple 1099/1095/W2/1042S forms (asynchronously) This endpoint allows you to create or update multiple 1099/1095/W2/1042S forms.okhttp3.CallJobsApi. getJobAsync(JobsApi.GetJobRequest requestParameters, ApiCallback<JobResponse> _callback)Retrieves information about the job (asynchronously) Retrieves information about the job -
Uses of JobResponse in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return JobResponse Modifier and Type Method Description JobResponseJobResponse. addProcessedFormsItem(Get1099Form200Response processedFormsItem)JobResponseJobResponse. createdInvalid(Integer createdInvalid)JobResponseJobResponse. createdNoEmail(Integer createdNoEmail)JobResponseJobResponse. createdValid(Integer createdValid)JobResponseJobResponse. dryRun(Boolean dryRun)JobResponseJobResponse. errorMessage(String errorMessage)static JobResponseJobResponse. fromJson(String jsonString)Create an instance of JobResponse given an JSON stringJobResponseJobResponse. id(String id)JobResponseJobResponse. link(String link)JobResponseJobResponse. notFound(Integer notFound)JobResponseJobResponse. processedForms(List<Get1099Form200Response> processedForms)JobResponseJobResponse. skippedDuplicate(Integer skippedDuplicate)JobResponseJobResponse. skippedInvalid(Integer skippedInvalid)JobResponseJobResponse. skippedMultipleMatches(Integer skippedMultipleMatches)JobResponseJobResponse. status(JobResponse.StatusEnum status)JobResponseJobResponse. totalProcessed(Integer totalProcessed)JobResponseJobResponse. totalRows(Integer totalRows)JobResponseJobResponse. type(String type)JobResponseJobResponse. updatedInvalid(Integer updatedInvalid)JobResponseJobResponse. updatedNoEmail(Integer updatedNoEmail)JobResponseJobResponse. updatedValid(Integer updatedValid)JobResponseJobResponse. upsert(Boolean upsert)
-