Package com.sforce.soap.partner
Interface IDescribeSearchScopeOrderResult
-
- All Known Implementing Classes:
DescribeSearchScopeOrderResult
public interface IDescribeSearchScopeOrderResultThis 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 StringgetKeyPrefix()element : keyPrefix of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetKeyPrefix(String keyPrefix)voidsetName(String name)
-
-
-
Method Detail
-
getKeyPrefix
String getKeyPrefix()
element : keyPrefix of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setKeyPrefix
void setKeyPrefix(String keyPrefix)
-
getName
String getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setName
void setName(String name)
-
-