public class ApplyAIFilterResponse extends BuildViaAIResponse
AdvancedCriteria on a list of records.idfactoryCreated, factoryProperties| Constructor and Description |
|---|
ApplyAIFilterResponse() |
ApplyAIFilterResponse(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
Record[] | getMatchingRecords() Of the ApplyAIFilterRequest.records, the records that match the ApplyAIFilterRequest.aiCriterion. |
static ApplyAIFilterResponse | getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
ApplyAIFilterResponse | setMatchingRecords(Record... matchingRecords) Of the ApplyAIFilterRequest.records, the records that match the ApplyAIFilterRequest.aiCriterion. |
getCancellationReason, getDisabledMessage, getErrorMessage, getType, setCancellationReason, setDisabledMessage, setErrorMessage, setTypegetRef, getRef, internalSetIDapplyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreatedpublic ApplyAIFilterResponse()
public ApplyAIFilterResponse(com.google.gwt.core.client.JavaScriptObject jsObj)
public static ApplyAIFilterResponse getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public ApplyAIFilterResponse setMatchingRecords(Record... matchingRecords)
ApplyAIFilterRequest.records, the records that match the ApplyAIFilterRequest.aiCriterion.matchingRecords - New matchingRecords value. Default value is nullApplyAIFilterResponse instance, for chaining setter callspublic Record[] getMatchingRecords()
ApplyAIFilterRequest.records, the records that match the ApplyAIFilterRequest.aiCriterion.