Package com.microsoft.graph.requests
Class SingleValueLegacyExtendedPropertyCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SingleValueLegacyExtendedProperty,SingleValueLegacyExtendedPropertyCollectionRequestBuilder>
com.microsoft.graph.requests.SingleValueLegacyExtendedPropertyCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SingleValueLegacyExtendedPropertyCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SingleValueLegacyExtendedProperty,SingleValueLegacyExtendedPropertyCollectionRequestBuilder>
The class for the Single Value Legacy Extended Property Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSingleValueLegacyExtendedPropertyCollectionPage
(SingleValueLegacyExtendedPropertyCollectionResponse response, SingleValueLegacyExtendedPropertyCollectionRequestBuilder builder) A collection page for SingleValueLegacyExtendedPropertySingleValueLegacyExtendedPropertyCollectionPage
(List<SingleValueLegacyExtendedProperty> pageContents, SingleValueLegacyExtendedPropertyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SingleValueLegacyExtendedProperty -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SingleValueLegacyExtendedPropertyCollectionPage
public SingleValueLegacyExtendedPropertyCollectionPage(@Nonnull SingleValueLegacyExtendedPropertyCollectionResponse response, @Nonnull SingleValueLegacyExtendedPropertyCollectionRequestBuilder builder) A collection page for SingleValueLegacyExtendedProperty- Parameters:
response
- the serialized SingleValueLegacyExtendedPropertyCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
SingleValueLegacyExtendedPropertyCollectionPage
public SingleValueLegacyExtendedPropertyCollectionPage(@Nonnull List<SingleValueLegacyExtendedProperty> pageContents, @Nullable SingleValueLegacyExtendedPropertyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SingleValueLegacyExtendedProperty- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-