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