No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
setTestGetSuggestions(String, String, String, Boolean, Integer, ConnectApi.QuestionAndAnswersSuggestions)
Registers a ConnectApi.QuestionAndAnswersSuggestions object to be returned
when getSuggestions is called
with matching parameters in a test context. You must use the method
with the same parameters or the code throws an exception.
API Version
32.0
Signature
public static Void setTestGetSuggestions(String communityId, String q, String subjectId, Boolean includeArticles, Integer maxResults, ConnectApi.QuestionAndAnswersSuggestions result)
Parameters
- communityId
- Type: String
- Use either the ID for a community, internal, or null.
- q
- Type: String
- Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.
- subjectId
- Type: String
- Specify a subject ID to search only questions on that object. If the ID is a topic or a user, the ID is ignored.
- includeArticles
- Type: Boolean
- Specify true to include knowledge articles in the search results. To return only questions, specify false.
- maxResults
- Type: Integer
- The maximum number of results to return for each type of item. Possible values are 1–10. The default value is 5.
- result
- Type: ConnectApi.QuestionAndAnswersSuggestions
- The object containing test data.
Return Value
Type: Void