Package com.microsoft.graph.requests
Class AttributeMappingFunctionSchemaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AttributeMappingFunctionSchema,AttributeMappingFunctionSchemaCollectionRequestBuilder>
com.microsoft.graph.requests.AttributeMappingFunctionSchemaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AttributeMappingFunctionSchemaCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AttributeMappingFunctionSchema,AttributeMappingFunctionSchemaCollectionRequestBuilder>
The class for the Attribute Mapping Function Schema Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeMappingFunctionSchemaCollectionPage(AttributeMappingFunctionSchemaCollectionResponse response, AttributeMappingFunctionSchemaCollectionRequestBuilder builder) A collection page for AttributeMappingFunctionSchemaAttributeMappingFunctionSchemaCollectionPage(List<AttributeMappingFunctionSchema> pageContents, AttributeMappingFunctionSchemaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AttributeMappingFunctionSchema -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AttributeMappingFunctionSchemaCollectionPage
public AttributeMappingFunctionSchemaCollectionPage(@Nonnull AttributeMappingFunctionSchemaCollectionResponse response, @Nonnull AttributeMappingFunctionSchemaCollectionRequestBuilder builder) A collection page for AttributeMappingFunctionSchema- Parameters:
response- the serialized AttributeMappingFunctionSchemaCollectionResponse from the servicebuilder- the request builder for the next collection page
-
AttributeMappingFunctionSchemaCollectionPage
public AttributeMappingFunctionSchemaCollectionPage(@Nonnull List<AttributeMappingFunctionSchema> pageContents, @Nullable AttributeMappingFunctionSchemaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AttributeMappingFunctionSchema- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-