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