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 Detail

      • getCorrectedQuery

        String getCorrectedQuery()
        element : correctedQuery of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setCorrectedQuery

        void setCorrectedQuery​(String correctedQuery)
      • 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)