public final enum

ContentType

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

Class Overview

ContentType

Summary

Enum Values
ContentType  JSON   
ContentType  XML   
Fields
private final String contentType
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
String toString()
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 JSON

public static final ContentType XML

Fields

private final String contentType

Public Methods

public String toString ()

public static ContentType valueOf (String name)

Parameters
name

public static final ContentType[] values ()