Package com.sforce.soap.partner
Interface ISearchRecordMetadata
-
- All Known Implementing Classes:
SearchRecordMetadata
public interface ISearchRecordMetadataThis 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 booleangetSearchPromoted()element : searchPromoted of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetSpellCorrected()element : spellCorrected of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisSearchPromoted()booleanisSpellCorrected()voidsetSearchPromoted(boolean searchPromoted)voidsetSpellCorrected(boolean spellCorrected)
-
-
-
Method Detail
-
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)
-
-