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