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