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