Interface IEntityIntentQueryMetadata

All Known Implementing Classes:
EntityIntentQueryMetadata

public interface IEntityIntentQueryMetadata
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 Type
    Method
    Description
    boolean
    element : intentQuery of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
     
    void
    setIntentQuery(boolean intentQuery)
     
    void
    setMessage(String message)
     
  • Method Details

    • getIntentQuery

      boolean getIntentQuery()
      element : intentQuery of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isIntentQuery

      boolean isIntentQuery()
    • setIntentQuery

      void setIntentQuery(boolean intentQuery)
    • getMessage

      String getMessage()
      element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setMessage

      void setMessage(String message)