Package com.sforce.soap.partner
Interface ISearchRecordMetadata
- All Known Implementing Classes:
SearchRecordMetadata
public interface ISearchRecordMetadata
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : searchPromoted of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : spellCorrected of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanbooleanvoidsetSearchPromoted(boolean searchPromoted) voidsetSpellCorrected(boolean spellCorrected)
-
Method Details
-
getSearchPromoted
boolean getSearchPromoted()element : searchPromoted of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isSearchPromoted
boolean isSearchPromoted() -
setSearchPromoted
void setSearchPromoted(boolean searchPromoted) -
getSpellCorrected
boolean getSpellCorrected()element : spellCorrected of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isSpellCorrected
boolean isSpellCorrected() -
setSpellCorrected
void setSpellCorrected(boolean spellCorrected)
-