Uses of Enum
com.sforce.async.ContentType
Packages that use ContentType
-
Uses of ContentType in com.sforce.async
Methods in com.sforce.async that return ContentTypeModifier and TypeMethodDescriptionJobInfo.getContentType()static ContentTypeReturns 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 ContentTypeModifier and TypeMethodDescriptionJobInfo.Builder.contentType(ContentType contentType) BulkConnection.createJob(JobInfo job, ContentType contentType) BulkConnection.getBatchInfo(String jobId, String batchId, ContentType contentType) BulkConnection.getBatchInfoList(String jobId, ContentType contentType) BulkConnection.getBatchResult(String jobId, String batchId, ContentType contentType) BulkConnection.getJobStatus(String jobId, ContentType contentType) BulkConnection.getQueryResultList(String jobId, String batchId, ContentType contentType) voidJobInfo.setContentType(ContentType contentType) BulkConnection.updateJob(JobInfo job, ContentType contentType)