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