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