Uses of Class
com.sforce.async.ContentType
-
Packages that use ContentType Package Description com.sforce.async -
-
Uses of ContentType in com.sforce.async
Methods in com.sforce.async that return ContentType Modifier and Type Method Description ContentTypeJobInfo. getContentType()static ContentTypeContentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentType[]ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.async with parameters of type ContentType Modifier and Type Method Description JobInfo.BuilderJobInfo.Builder. contentType(ContentType contentType)JobInfoBulkConnection. createJob(JobInfo job, ContentType contentType)BatchInfoBulkConnection. getBatchInfo(java.lang.String jobId, java.lang.String batchId, ContentType contentType)BatchInfoListBulkConnection. getBatchInfoList(java.lang.String jobId, ContentType contentType)BatchResultBulkConnection. getBatchResult(java.lang.String jobId, java.lang.String batchId, ContentType contentType)JobInfoBulkConnection. getJobStatus(java.lang.String jobId, ContentType contentType)QueryResultListBulkConnection. getQueryResultList(java.lang.String jobId, java.lang.String batchId, ContentType contentType)voidJobInfo. setContentType(ContentType contentType)JobInfoBulkConnection. updateJob(JobInfo job, ContentType contentType)
-