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