public class ExternalGroupCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ExternalGroup,ExternalGroupCollectionRequestBuilder>
| Constructor and Description |
|---|
ExternalGroupCollectionPage(ExternalGroupCollectionResponse response,
ExternalGroupCollectionRequestBuilder builder)
A collection page for ExternalGroup
|
ExternalGroupCollectionPage(java.util.List<ExternalGroup> pageContents,
ExternalGroupCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for ExternalGroup
|
public ExternalGroupCollectionPage(@Nonnull
ExternalGroupCollectionResponse response,
@Nonnull
ExternalGroupCollectionRequestBuilder builder)
response - the serialized ExternalGroupCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic ExternalGroupCollectionPage(@Nonnull
java.util.List<ExternalGroup> pageContents,
@Nullable
ExternalGroupCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page