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