Class SearchArticlesResponse.Builder
java.lang.Object
com.intercom.api.resources.articles.types.SearchArticlesResponse.Builder
- All Implemented Interfaces:
SearchArticlesResponse._FinalStage,SearchArticlesResponse.DataStage,SearchArticlesResponse.TotalCountStage
- Enclosing class:
SearchArticlesResponse
public static final class SearchArticlesResponse.Builder
extends Object
implements SearchArticlesResponse.TotalCountStage, SearchArticlesResponse.DataStage, SearchArticlesResponse._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()An object containing the results of the search.from(SearchArticlesResponse other) pages(CursorPages pages) pages(Optional<CursorPages> pages) totalCount(int totalCount) The total number of Articles matching the search query
-
Method Details
-
from
- Specified by:
fromin interfaceSearchArticlesResponse.TotalCountStage
-
totalCount
The total number of Articles matching the search query
- Specified by:
totalCountin interfaceSearchArticlesResponse.TotalCountStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
data
An object containing the results of the search.
- Specified by:
datain interfaceSearchArticlesResponse.DataStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
pages
- Specified by:
pagesin interfaceSearchArticlesResponse._FinalStage
-
pages
- Specified by:
pagesin interfaceSearchArticlesResponse._FinalStage
-
build
- Specified by:
buildin interfaceSearchArticlesResponse._FinalStage
-