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