Package com.microsoft.graph.requests
Class SecureScoreControlProfileCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SecureScoreControlProfile,SecureScoreControlProfileCollectionRequestBuilder>
com.microsoft.graph.requests.SecureScoreControlProfileCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SecureScoreControlProfileCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SecureScoreControlProfile,SecureScoreControlProfileCollectionRequestBuilder>
The class for the Secure Score Control Profile Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSecureScoreControlProfileCollectionPage
(SecureScoreControlProfileCollectionResponse response, SecureScoreControlProfileCollectionRequestBuilder builder) A collection page for SecureScoreControlProfileSecureScoreControlProfileCollectionPage
(List<SecureScoreControlProfile> pageContents, SecureScoreControlProfileCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SecureScoreControlProfile -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SecureScoreControlProfileCollectionPage
public SecureScoreControlProfileCollectionPage(@Nonnull SecureScoreControlProfileCollectionResponse response, @Nonnull SecureScoreControlProfileCollectionRequestBuilder builder) A collection page for SecureScoreControlProfile- Parameters:
response
- the serialized SecureScoreControlProfileCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
SecureScoreControlProfileCollectionPage
public SecureScoreControlProfileCollectionPage(@Nonnull List<SecureScoreControlProfile> pageContents, @Nullable SecureScoreControlProfileCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SecureScoreControlProfile- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-