Package com.sforce.soap.partner
Interface IDescribeQuickActionDefaultValue
-
- All Known Implementing Classes:
DescribeQuickActionDefaultValue
public interface IDescribeQuickActionDefaultValueThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDefaultValue()element : defaultValue of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetField()element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetDefaultValue(String defaultValue)voidsetField(String field)
-
-
-
Method Detail
-
getDefaultValue
String getDefaultValue()
element : defaultValue of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setDefaultValue
void setDefaultValue(String defaultValue)
-
getField
String getField()
element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setField
void setField(String field)
-
-