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