com.sforce.rest
Class DescribeSobject.SobjectDescribe
java.lang.Object
com.sforce.rest.DescribeSobject.SobjectDescribe
- Enclosing class:
- DescribeSobject
public static class DescribeSobject.SobjectDescribe
- extends Object
This class represents part of a JSON response from high level resource describe calls.
- Since:
- 170
- Author:
- gwester
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescribeSobject.SobjectDescribe
public DescribeSobject.SobjectDescribe()
getName
public String getName()
getLabel
public String getLabel()
isCustom
public Boolean isCustom()
getKeyPrefix
public String getKeyPrefix()
getLabelPlural
public String getLabelPlural()
isLayoutable
public Boolean isLayoutable()
isActivateable
public Boolean isActivateable()
isUpdateable
public Boolean isUpdateable()
getUrls
public Map<String,String> getUrls()
isCreateable
public Boolean isCreateable()
isDeletable
public Boolean isDeletable()
isFeedEnabled
public Boolean isFeedEnabled()
isQueryable
public Boolean isQueryable()
isReplicateable
public Boolean isReplicateable()
isRetrieveable
public Boolean isRetrieveable()
isUndeletable
public Boolean isUndeletable()
isTriggerable
public Boolean isTriggerable()
isMergeable
public Boolean isMergeable()
isDeprecatedAndHidden
public Boolean isDeprecatedAndHidden()
isCustomSetting
public Boolean isCustomSetting()
isSearchable
public Boolean isSearchable()
Copyright © 2012. All Rights Reserved.