Package com.sforce.soap.partner
Interface IEntitySpellCorrectionMetadata
- All Known Implementing Classes:
EntitySpellCorrectionMetadata
public interface IEntitySpellCorrectionMetadata
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 TypeMethodDescriptionelement : correctedQuery of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : hasNonCorrectedResults of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanvoidsetCorrectedQuery(String correctedQuery) voidsetHasNonCorrectedResults(boolean hasNonCorrectedResults)
-
Method Details
-
getCorrectedQuery
String getCorrectedQuery()element : correctedQuery of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setCorrectedQuery
-
getHasNonCorrectedResults
boolean getHasNonCorrectedResults()element : hasNonCorrectedResults of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isHasNonCorrectedResults
boolean isHasNonCorrectedResults() -
setHasNonCorrectedResults
void setHasNonCorrectedResults(boolean hasNonCorrectedResults)
-