public class

DescribeGlobal

extends Object
java.lang.Object
   ↳ com.sforce.rest.DescribeGlobal

Class Overview

This class represents a JSON response from /services/data/v{version}/sobjects It has all of the fields for a particular sobject, and metadata about those fields.

Summary

Fields
private String encoding
private Integer maxBatchSize
private List<DescribeSobject.SobjectDescribe> sobjects
Public Constructors
DescribeGlobal()
Public Methods
String getEncoding()
Integer getMaxBatchSize()
List<DescribeSobject.SobjectDescribe> getSobjects()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String encoding

private Integer maxBatchSize

private List<DescribeSobject.SobjectDescribe> sobjects

Public Constructors

public DescribeGlobal ()

Public Methods

public String getEncoding ()

public Integer getMaxBatchSize ()

public List<DescribeSobject.SobjectDescribe> getSobjects ()