Package com.force.api
Class DescribeSObject.PicklistEntry
java.lang.Object
com.force.api.DescribeSObject.PicklistEntry
- Enclosing class:
- DescribeSObject
public static class DescribeSObject.PicklistEntry extends Object
This class represents a picklist value as given by a describe api call.
- Author:
- jjauregui
-
Constructor Summary
Constructors Constructor Description PicklistEntry() -
Method Summary
Modifier and Type Method Description StringgetLabel()byte[]getValidFor()StringgetValue()BooleanisActive()BooleanisDefaultValue()
-
Constructor Details
-
PicklistEntry
public PicklistEntry()
-
-
Method Details
-
getValue
-
isActive
-
getLabel
-
isDefaultValue
-
getValidFor
public byte[] getValidFor()
-