com.sforce.rest
Class DescribeGlobal

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

public class DescribeGlobal
extends java.lang.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
 java.lang.String getEncoding()
           
 java.lang.Integer getMaxBatchSize()
           
 java.util.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 java.lang.String getEncoding()

getMaxBatchSize

public java.lang.Integer getMaxBatchSize()

getSobjects

public java.util.List<DescribeSobject.SobjectDescribe> getSobjects()


Copyright © 2011. All Rights Reserved.