com.sforce.rest
Class DescribeGlobal
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescribeGlobal
public DescribeGlobal()
getEncoding
public String getEncoding()
getMaxBatchSize
public Integer getMaxBatchSize()
getSobjects
public List<DescribeSobject.SobjectDescribe> getSobjects()
Copyright © 2012. All Rights Reserved.