com.sforce.rest
Class DescribeGlobal

java.lang.Object
  extended by com.sforce.rest.DescribeGlobal

public class DescribeGlobal
extends Object

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.

Since:
172
Author:
gwester

Constructor Summary
DescribeGlobal()
           
 
Method Summary
 String getEncoding()
           
 Integer getMaxBatchSize()
           
 List<DescribeSobject.SobjectDescribe> getSobjects()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeGlobal

public DescribeGlobal()
Method Detail

getEncoding

public String getEncoding()

getMaxBatchSize

public Integer getMaxBatchSize()

getSobjects

public List<DescribeSobject.SobjectDescribe> getSobjects()


Copyright © 2012. All Rights Reserved.