Uses of Class
com.microsoft.azure.keyvault.models.PageImpl
-
Packages that use PageImpl Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of PageImpl in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return PageImpl Modifier and Type Method Description PageImpl<T>
PageImpl. setItems(List<T> items)
Sets the list of items.PageImpl<T>
PageImpl. setNextPageLink(String nextPageLink)
Sets the link to the next page.
-