Package com.microsoft.graph.requests
Class AllowedValueCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AllowedValue,AllowedValueCollectionRequestBuilder>
com.microsoft.graph.requests.AllowedValueCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AllowedValueCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AllowedValue,AllowedValueCollectionRequestBuilder>
The class for the Allowed Value Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAllowedValueCollectionPage(AllowedValueCollectionResponse response, AllowedValueCollectionRequestBuilder builder) A collection page for AllowedValueAllowedValueCollectionPage(List<AllowedValue> pageContents, AllowedValueCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AllowedValue -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AllowedValueCollectionPage
public AllowedValueCollectionPage(@Nonnull AllowedValueCollectionResponse response, @Nonnull AllowedValueCollectionRequestBuilder builder) A collection page for AllowedValue- Parameters:
response- the serialized AllowedValueCollectionResponse from the servicebuilder- the request builder for the next collection page
-
AllowedValueCollectionPage
public AllowedValueCollectionPage(@Nonnull List<AllowedValue> pageContents, @Nullable AllowedValueCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AllowedValue- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-