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