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