43 строки
2.4 KiB
YAML
43 строки
2.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.core.util.paging.ContinuablePage"
|
|
fullName: "com.azure.core.util.paging.ContinuablePage<C,T>"
|
|
name: "ContinuablePage<C,T>"
|
|
nameWithType: "ContinuablePage<C,T>"
|
|
summary: "Represents a page returned, this page may contain a reference to additional pages known as a continuation token."
|
|
syntax: "public interface **ContinuablePage<C,T>**"
|
|
methods:
|
|
- uid: "com.azure.core.util.paging.ContinuablePage.getContinuationToken()"
|
|
fullName: "com.azure.core.util.paging.ContinuablePage<C,T>.getContinuationToken()"
|
|
name: "getContinuationToken()"
|
|
nameWithType: "ContinuablePage<C,T>.getContinuationToken()"
|
|
summary: "Gets the reference to the next page."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract C getContinuationToken()"
|
|
desc: "Gets the reference to the next page."
|
|
returns:
|
|
description: "The next page reference or <code>null</code> if there isn't a next page."
|
|
type: "<xref href=\"C?alt=C&text=C\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.core.util.paging.ContinuablePage.getElements()"
|
|
fullName: "com.azure.core.util.paging.ContinuablePage<C,T>.getElements()"
|
|
name: "getElements()"
|
|
nameWithType: "ContinuablePage<C,T>.getElements()"
|
|
summary: "Gets an <xref uid=\"com.azure.core.util.IterableStream\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IterableStream\"></xref> of elements in the page."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IterableStream<T> getElements()"
|
|
desc: "Gets an <xref uid=\"com.azure.core.util.IterableStream\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IterableStream\"></xref> of elements in the page."
|
|
returns:
|
|
description: "An <xref uid=\"com.azure.core.util.IterableStream\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IterableStream\"></xref> containing the elements in the page."
|
|
type: "<xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "Type of the continuation token."
|
|
name: "C"
|
|
- description: "Type of the elements in the page."
|
|
name: "T"
|
|
desc: "Represents a page returned, this page may contain a reference to additional pages known as a continuation token."
|
|
metadata: {}
|
|
package: "com.azure.core.util.paging"
|
|
artifact: com.azure:azure-core:1.52.0
|