|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.rest.DescribeGlobal
public class DescribeGlobal
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.
| 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 |
|---|
public DescribeGlobal()
| Method Detail |
|---|
public java.lang.String getEncoding()
public java.lang.Integer getMaxBatchSize()
public java.util.List<DescribeSobject.SobjectDescribe> getSobjects()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||