Share via


RecipientUserCollection Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.RecipientUserCollectionInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

public interface RecipientUserCollection
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.RecipientUserCollectionInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

Type representing RecipientUserCollection.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String nextLink()
abstract java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.RecipientUserContractInner> value()

Method Details

nextLink

public abstract String nextLink()

Returns:

the nextLink value.

value

public abstract List<RecipientUserContractInner> value()

Returns:

the value value.

Applies to