Uses of Class
Avalara.SDK.model.A1099.V2.JobResult
-
Packages that use JobResult Package Description Avalara.SDK.api.A1099.V2 Avalara.SDK.model.A1099.V2 -
-
Uses of JobResult in Avalara.SDK.api.A1099.V2
Methods in Avalara.SDK.api.A1099.V2 that return JobResult Modifier and Type Method Description JobResultJobs1099Api. getJob(Jobs1099Api.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 JobResult Modifier and Type Method Description ApiResponse<JobResult>Jobs1099Api. getJobWithHttpInfo(Jobs1099Api.GetJobRequest requestParameters)Retrieves information about the job Retrieves information about the jobMethod parameters in Avalara.SDK.api.A1099.V2 with type arguments of type JobResult Modifier and Type Method Description okhttp3.CallJobs1099Api. getJobAsync(Jobs1099Api.GetJobRequest requestParameters, ApiCallback<JobResult> _callback)Retrieves information about the job (asynchronously) Retrieves information about the job -
Uses of JobResult in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return JobResult Modifier and Type Method Description JobResultJobResult. createdInvalid(Integer createdInvalid)JobResultJobResult. createdNoEmail(Integer createdNoEmail)JobResultJobResult. createdValid(Integer createdValid)JobResultJobResult. dryRun(Boolean dryRun)JobResultJobResult. errorMessage(String errorMessage)static JobResultJobResult. fromJson(String jsonString)Create an instance of JobResult given an JSON stringJobResultJobResult. id(String id)JobResultJobResult. notFound(Integer notFound)JobResultJobResult. skippedDuplicate(Integer skippedDuplicate)JobResultJobResult. skippedInvalid(Integer skippedInvalid)JobResultJobResult. skippedMultipleMatches(Integer skippedMultipleMatches)JobResultJobResult. status(String status)JobResultJobResult. totalProcessed(Integer totalProcessed)JobResultJobResult. totalRows(Integer totalRows)JobResultJobResult. type(String type)JobResultJobResult. updatedInvalid(Integer updatedInvalid)JobResultJobResult. updatedNoEmail(Integer updatedNoEmail)JobResultJobResult. updatedValid(Integer updatedValid)JobResultJobResult. upsert(Boolean upsert)
-