Package com.microsoft.graph.requests
Class ApprovalStageCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ApprovalStage,ApprovalStageCollectionRequestBuilder>
com.microsoft.graph.requests.ApprovalStageCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ApprovalStageCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ApprovalStage,ApprovalStageCollectionRequestBuilder>
The class for the Approval Stage Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionApprovalStageCollectionPage(ApprovalStageCollectionResponse response, ApprovalStageCollectionRequestBuilder builder) A collection page for ApprovalStageApprovalStageCollectionPage(List<ApprovalStage> pageContents, ApprovalStageCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ApprovalStage -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ApprovalStageCollectionPage
public ApprovalStageCollectionPage(@Nonnull ApprovalStageCollectionResponse response, @Nonnull ApprovalStageCollectionRequestBuilder builder) A collection page for ApprovalStage- Parameters:
response- the serialized ApprovalStageCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ApprovalStageCollectionPage
public ApprovalStageCollectionPage(@Nonnull List<ApprovalStage> pageContents, @Nullable ApprovalStageCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ApprovalStage- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-