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