Package com.microsoft.graph.requests
Class SearchEntityQueryCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SearchResponse,SearchEntityQueryCollectionRequestBuilder>
com.microsoft.graph.requests.SearchEntityQueryCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SearchEntityQueryCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SearchResponse,SearchEntityQueryCollectionRequestBuilder>
The class for the Search Entity Query Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSearchEntityQueryCollectionPage(SearchEntityQueryCollectionResponse response, SearchEntityQueryCollectionRequestBuilder builder) A collection page for SearchResponse.SearchEntityQueryCollectionPage(List<SearchResponse> pageContents, SearchEntityQueryCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SearchEntityQuery -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SearchEntityQueryCollectionPage
public SearchEntityQueryCollectionPage(@Nonnull SearchEntityQueryCollectionResponse response, @Nonnull SearchEntityQueryCollectionRequestBuilder builder) A collection page for SearchResponse.- Parameters:
response- The serialized SearchEntityQueryCollectionResponse from the servicebuilder- The request builder for the next collection page
-
SearchEntityQueryCollectionPage
public SearchEntityQueryCollectionPage(@Nonnull List<SearchResponse> pageContents, @Nullable SearchEntityQueryCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SearchEntityQuery- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-