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