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