Interface IResourceCollectionEnumeratorFactory<T extends ResourceBaseWithLinks<StandardResourceCollectionLinks>>

All Known Implementing Classes:
IndexBasedCollectionEnumeratorFactory

public interface IResourceCollectionEnumeratorFactory<T extends ResourceBaseWithLinks<StandardResourceCollectionLinks>>
Creates resource collection enumerators which can enumerate through resource collections. The collection type.
  • Method Summary

    Modifier and Type Method Description
    IResourceCollectionEnumerator<T> create​(T customerResourceCollection)
    Creates a customer collection enumerator capable of traversing customers.
  • Method Details

    • create

      IResourceCollectionEnumerator<T> create​(T customerResourceCollection)
      Creates a customer collection enumerator capable of traversing customers.
      Parameters:
      customerResourceCollection - The initial customer resource collection to start from.
      Returns:
      A customer collection enumerator capable of traversing customers.