Class UnifiedGroupSourceCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<UnifiedGroupSource,UnifiedGroupSourceCollectionRequestBuilder>
com.microsoft.graph.security.requests.UnifiedGroupSourceCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UnifiedGroupSourceCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<UnifiedGroupSource,UnifiedGroupSourceCollectionRequestBuilder>
The class for the Unified Group Source Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUnifiedGroupSourceCollectionPage(UnifiedGroupSourceCollectionResponse response, UnifiedGroupSourceCollectionRequestBuilder builder) A collection page for UnifiedGroupSourceUnifiedGroupSourceCollectionPage(List<UnifiedGroupSource> pageContents, UnifiedGroupSourceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UnifiedGroupSource -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UnifiedGroupSourceCollectionPage
public UnifiedGroupSourceCollectionPage(@Nonnull UnifiedGroupSourceCollectionResponse response, @Nonnull UnifiedGroupSourceCollectionRequestBuilder builder) A collection page for UnifiedGroupSource- Parameters:
response- the serialized UnifiedGroupSourceCollectionResponse from the servicebuilder- the request builder for the next collection page
-
UnifiedGroupSourceCollectionPage
public UnifiedGroupSourceCollectionPage(@Nonnull List<UnifiedGroupSource> pageContents, @Nullable UnifiedGroupSourceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UnifiedGroupSource- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-