Package com.sforce.soap.partner
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 TypeMethodDescriptionbooleanelement : intentQuery of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanvoidsetIntentQuery(boolean intentQuery) voidsetMessage(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
-