Class CaseOperationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CaseOperation,CaseOperationCollectionRequestBuilder>
com.microsoft.graph.security.requests.CaseOperationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CaseOperationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<CaseOperation,CaseOperationCollectionRequestBuilder>
The class for the Case Operation Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionCaseOperationCollectionPage(CaseOperationCollectionResponse response, CaseOperationCollectionRequestBuilder builder) A collection page for CaseOperationCaseOperationCollectionPage(List<CaseOperation> pageContents, CaseOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CaseOperation -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
CaseOperationCollectionPage
public CaseOperationCollectionPage(@Nonnull CaseOperationCollectionResponse response, @Nonnull CaseOperationCollectionRequestBuilder builder) A collection page for CaseOperation- Parameters:
response- the serialized CaseOperationCollectionResponse from the servicebuilder- the request builder for the next collection page
-
CaseOperationCollectionPage
public CaseOperationCollectionPage(@Nonnull List<CaseOperation> pageContents, @Nullable CaseOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CaseOperation- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-