Package com.microsoft.graph.requests
Class UserTranslateExchangeIdsCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ConvertIdResult,UserTranslateExchangeIdsCollectionRequestBuilder>
com.microsoft.graph.requests.UserTranslateExchangeIdsCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserTranslateExchangeIdsCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ConvertIdResult,UserTranslateExchangeIdsCollectionRequestBuilder>
The class for the User Translate Exchange Ids Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserTranslateExchangeIdsCollectionPage(UserTranslateExchangeIdsCollectionResponse response, UserTranslateExchangeIdsCollectionRequestBuilder builder) A collection page for ConvertIdResult.UserTranslateExchangeIdsCollectionPage(List<ConvertIdResult> pageContents, UserTranslateExchangeIdsCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserTranslateExchangeIds -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserTranslateExchangeIdsCollectionPage
public UserTranslateExchangeIdsCollectionPage(@Nonnull UserTranslateExchangeIdsCollectionResponse response, @Nonnull UserTranslateExchangeIdsCollectionRequestBuilder builder) A collection page for ConvertIdResult.- Parameters:
response- The serialized UserTranslateExchangeIdsCollectionResponse from the servicebuilder- The request builder for the next collection page
-
UserTranslateExchangeIdsCollectionPage
public UserTranslateExchangeIdsCollectionPage(@Nonnull List<ConvertIdResult> pageContents, @Nullable UserTranslateExchangeIdsCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserTranslateExchangeIds- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-