Package com.sforce.soap.partner
Interface IEntityIntentQueryMetadata
-
- All Known Implementing Classes:
EntityIntentQueryMetadata
public interface IEntityIntentQueryMetadataThis 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 booleangetIntentQuery()element : intentQuery of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetMessage()element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisIntentQuery()voidsetIntentQuery(boolean intentQuery)voidsetMessage(String message)
-
-
-
Method Detail
-
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)
-
-