Interface RecipientUserCollection


public interface RecipientUserCollection
An immutable client-side representation of RecipientUserCollection.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the count property: Total record count number across all pages.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.RecipientUserCollectionInner object.
    Gets the nextLink property: Next page link if any.
    Gets the value property: Page values.
  • Method Details

    • value

      Gets the value property: Page values.
      Returns:
      the value value.
    • count

      Long count()
      Gets the count property: Total record count number across all pages.
      Returns:
      the count value.
    • nextLink

      String nextLink()
      Gets the nextLink property: Next page link if any.
      Returns:
      the nextLink value.
    • innerModel

      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.RecipientUserCollectionInner object.
      Returns:
      the inner object.