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