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