public class CatalogItemList extends Object
| Constructor and Description |
|---|
CatalogItemList() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the link to the next page of results.
|
CatalogItemList |
withNextLink(String nextLink)
Set the link to the next page of results.
|
public String nextLink()
public CatalogItemList withNextLink(String nextLink)
nextLink - the nextLink value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/