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