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