public class UserTranslateExchangeIdsCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ConvertIdResult,UserTranslateExchangeIdsCollectionRequestBuilder>
| Constructor and Description |
|---|
UserTranslateExchangeIdsCollectionPage(java.util.List<ConvertIdResult> pageContents,
UserTranslateExchangeIdsCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for UserTranslateExchangeIds
|
UserTranslateExchangeIdsCollectionPage(UserTranslateExchangeIdsCollectionResponse response,
UserTranslateExchangeIdsCollectionRequestBuilder builder)
A collection page for ConvertIdResult.
|
public UserTranslateExchangeIdsCollectionPage(@Nonnull
UserTranslateExchangeIdsCollectionResponse response,
@Nonnull
UserTranslateExchangeIdsCollectionRequestBuilder builder)
response - The serialized UserTranslateExchangeIdsCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic UserTranslateExchangeIdsCollectionPage(@Nonnull
java.util.List<ConvertIdResult> pageContents,
@Nullable
UserTranslateExchangeIdsCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page