Package com.microsoft.graph.requests
Class MobileThreatDefenseConnectorCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileThreatDefenseConnector,MobileThreatDefenseConnectorCollectionRequestBuilder>
com.microsoft.graph.requests.MobileThreatDefenseConnectorCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MobileThreatDefenseConnectorCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<MobileThreatDefenseConnector,MobileThreatDefenseConnectorCollectionRequestBuilder>
The class for the Mobile Threat Defense Connector Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionMobileThreatDefenseConnectorCollectionPage
(MobileThreatDefenseConnectorCollectionResponse response, MobileThreatDefenseConnectorCollectionRequestBuilder builder) A collection page for MobileThreatDefenseConnectorMobileThreatDefenseConnectorCollectionPage
(List<MobileThreatDefenseConnector> pageContents, MobileThreatDefenseConnectorCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MobileThreatDefenseConnector -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
MobileThreatDefenseConnectorCollectionPage
public MobileThreatDefenseConnectorCollectionPage(@Nonnull MobileThreatDefenseConnectorCollectionResponse response, @Nonnull MobileThreatDefenseConnectorCollectionRequestBuilder builder) A collection page for MobileThreatDefenseConnector- Parameters:
response
- the serialized MobileThreatDefenseConnectorCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
MobileThreatDefenseConnectorCollectionPage
public MobileThreatDefenseConnectorCollectionPage(@Nonnull List<MobileThreatDefenseConnector> pageContents, @Nullable MobileThreatDefenseConnectorCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MobileThreatDefenseConnector- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-