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