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