Class ExternalGroupCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ExternalGroup,ExternalGroupCollectionRequestBuilder>
com.microsoft.graph.externalconnectors.requests.ExternalGroupCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ExternalGroupCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ExternalGroup,ExternalGroupCollectionRequestBuilder>
The class for the External Group Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionExternalGroupCollectionPage
(ExternalGroupCollectionResponse response, ExternalGroupCollectionRequestBuilder builder) A collection page for ExternalGroupExternalGroupCollectionPage
(List<ExternalGroup> pageContents, ExternalGroupCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ExternalGroup -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ExternalGroupCollectionPage
public ExternalGroupCollectionPage(@Nonnull ExternalGroupCollectionResponse response, @Nonnull ExternalGroupCollectionRequestBuilder builder) A collection page for ExternalGroup- Parameters:
response
- the serialized ExternalGroupCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
ExternalGroupCollectionPage
public ExternalGroupCollectionPage(@Nonnull List<ExternalGroup> pageContents, @Nullable ExternalGroupCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ExternalGroup- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-