public class TermsAndConditionsCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TermsAndConditions,TermsAndConditionsCollectionRequestBuilder>
| Constructor and Description |
|---|
TermsAndConditionsCollectionPage(java.util.List<TermsAndConditions> pageContents,
TermsAndConditionsCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for TermsAndConditions
|
TermsAndConditionsCollectionPage(TermsAndConditionsCollectionResponse response,
TermsAndConditionsCollectionRequestBuilder builder)
A collection page for TermsAndConditions
|
public TermsAndConditionsCollectionPage(@Nonnull
TermsAndConditionsCollectionResponse response,
@Nonnull
TermsAndConditionsCollectionRequestBuilder builder)
response - the serialized TermsAndConditionsCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic TermsAndConditionsCollectionPage(@Nonnull
java.util.List<TermsAndConditions> pageContents,
@Nullable
TermsAndConditionsCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page