Class ReapplyAIFilterResponse

All Implemented Interfaces:
HasHandlers

public class ReapplyAIFilterResponse extends BuildViaAIResponse
Represents the result of a request to re-evaluate an "aiFilter" AdvancedCriteria on a list of updated records.
See Also:
  • com.smartgwt.client.ai.AI#asyncReapplyAIFilter
  • Constructor Details

    • ReapplyAIFilterResponse

      public ReapplyAIFilterResponse()
    • ReapplyAIFilterResponse

      public ReapplyAIFilterResponse(JavaScriptObject jsObj)
  • Method Details

    • getOrCreateRef

      public static ReapplyAIFilterResponse getOrCreateRef(JavaScriptObject jsObj)
    • setMatchingUpdatedRecords

      public ReapplyAIFilterResponse setMatchingUpdatedRecords(Record... matchingUpdatedRecords)
      Of the updatedRecords, the records that now match the "aiFilter" AdvancedCriteria.
      Parameters:
      matchingUpdatedRecords - New matchingUpdatedRecords value. Default value is null
      Returns:
      ReapplyAIFilterResponse instance, for chaining setter calls
    • getMatchingUpdatedRecords

      public Record[] getMatchingUpdatedRecords()
      Of the updatedRecords, the records that now match the "aiFilter" AdvancedCriteria.
      Returns:
      Current matchingUpdatedRecords value. Default value is null