Class ItemPage<T>

  • All Implemented Interfaces:
    com.azure.core.http.rest.Page<T>, com.azure.core.util.paging.ContinuablePage<String,​T>

    public class ItemPage<T>
    extends Object
    implements com.azure.core.http.rest.Page<T>
    • Field Detail

      • items

        private final com.azure.core.util.IterableStream<T> items
    • Constructor Detail

      • ItemPage

        public ItemPage​(@Nonnull
                        java.util.stream.Stream<T> items)
    • Method Detail

      • emptyPage

        public static <T> ItemPage<T> emptyPage()
      • getElements

        public com.azure.core.util.IterableStream<T> getElements()
        Specified by:
        getElements in interface com.azure.core.util.paging.ContinuablePage<String,​T>
      • getContinuationToken

        public String getContinuationToken()
        Specified by:
        getContinuationToken in interface com.azure.core.util.paging.ContinuablePage<String,​T>