Package com.microsoft.graph.requests
Class TelecomExpenseManagementPartnerCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TelecomExpenseManagementPartner,TelecomExpenseManagementPartnerCollectionRequestBuilder>
com.microsoft.graph.requests.TelecomExpenseManagementPartnerCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TelecomExpenseManagementPartnerCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<TelecomExpenseManagementPartner,TelecomExpenseManagementPartnerCollectionRequestBuilder>
The class for the Telecom Expense Management Partner Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionTelecomExpenseManagementPartnerCollectionPage(TelecomExpenseManagementPartnerCollectionResponse response, TelecomExpenseManagementPartnerCollectionRequestBuilder builder) A collection page for TelecomExpenseManagementPartnerTelecomExpenseManagementPartnerCollectionPage(List<TelecomExpenseManagementPartner> pageContents, TelecomExpenseManagementPartnerCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TelecomExpenseManagementPartner -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TelecomExpenseManagementPartnerCollectionPage
public TelecomExpenseManagementPartnerCollectionPage(@Nonnull TelecomExpenseManagementPartnerCollectionResponse response, @Nonnull TelecomExpenseManagementPartnerCollectionRequestBuilder builder) A collection page for TelecomExpenseManagementPartner- Parameters:
response- the serialized TelecomExpenseManagementPartnerCollectionResponse from the servicebuilder- the request builder for the next collection page
-
TelecomExpenseManagementPartnerCollectionPage
public TelecomExpenseManagementPartnerCollectionPage(@Nonnull List<TelecomExpenseManagementPartner> pageContents, @Nullable TelecomExpenseManagementPartnerCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TelecomExpenseManagementPartner- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-