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