public class ShiftCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Shift,ShiftCollectionRequestBuilder>
| Constructor and Description |
|---|
ShiftCollectionPage(java.util.List<Shift> pageContents,
ShiftCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Shift
|
ShiftCollectionPage(ShiftCollectionResponse response,
ShiftCollectionRequestBuilder builder)
A collection page for Shift
|
public ShiftCollectionPage(@Nonnull
ShiftCollectionResponse response,
@Nonnull
ShiftCollectionRequestBuilder builder)
response - the serialized ShiftCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic ShiftCollectionPage(@Nonnull
java.util.List<Shift> pageContents,
@Nullable
ShiftCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page