public final enum

ContentType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.sforce.async.ContentType

Class Overview

ContentType --

Summary

Enum Values
ContentType  CSV   
ContentType  XML   
ContentType  ZIP_CSV   
ContentType  ZIP_XML   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ContentType valueOf(String name)
final static ContentType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ContentType CSV

public static final ContentType XML

public static final ContentType ZIP_CSV

public static final ContentType ZIP_XML

Public Methods

public static ContentType valueOf (String name)

Parameters
name

public static final ContentType[] values ()