200 строки
7.3 KiB
YAML
200 строки
7.3 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl
|
|
id: _page_impl
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
children:
|
|
- com.microsoft.azure.batch.protocol.models._page_impl.items()
|
|
- com.microsoft.azure.batch.protocol.models._page_impl.nextPageLink()
|
|
- com.microsoft.azure.batch.protocol.models._page_impl.setItems(List<T>)
|
|
- com.microsoft.azure.batch.protocol.models._page_impl.setNextPageLink(String)
|
|
href: com.microsoft.azure.batch.protocol.models._page_impl.yml
|
|
langs:
|
|
- java
|
|
name: PageImpl<T>
|
|
nameWithType: PageImpl<T>
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl<T>
|
|
type: Class
|
|
source:
|
|
remote: &o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/models/PageImpl.java
|
|
branch: master
|
|
repo: https://github.com/Azure/azure-batch-sdk-for-java
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/models/PageImpl.java
|
|
startLine: 22
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
summary: >-
|
|
<p>An instance of this class defines a page of Azure resources and a link to get the next page of resources, if any.</p>
|
|
|
|
<p></p>
|
|
syntax: &o1
|
|
content: public class PageImpl<T>
|
|
typeParameters:
|
|
- id: T
|
|
type: 8ce1ecb9
|
|
description: <p>type of Azure resource </p>
|
|
inheritance:
|
|
- java.lang.Object
|
|
- com.microsoft.azure.Page<T>
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl.items()
|
|
id: items()
|
|
parent: com.microsoft.azure.batch.protocol.models._page_impl
|
|
href: com.microsoft.azure.batch.protocol.models._page_impl.yml
|
|
langs:
|
|
- java
|
|
name: items()
|
|
nameWithType: PageImpl<T>.items()
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl<T>.items()
|
|
overload: com.microsoft.azure.batch.protocol.models._page_impl.items*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/models/PageImpl.java
|
|
startLine: 51
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
summary: >-
|
|
<p>Gets the list of items.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public List<T> items()
|
|
return:
|
|
type: 18ad973c
|
|
description: <p>the list of items in <xref uid="" data-throw-if-not-resolved="false">List</xref>. </p>
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl.nextPageLink()
|
|
id: nextPageLink()
|
|
parent: com.microsoft.azure.batch.protocol.models._page_impl
|
|
href: com.microsoft.azure.batch.protocol.models._page_impl.yml
|
|
langs:
|
|
- java
|
|
name: nextPageLink()
|
|
nameWithType: PageImpl<T>.nextPageLink()
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl<T>.nextPageLink()
|
|
overload: com.microsoft.azure.batch.protocol.models._page_impl.nextPageLink*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/models/PageImpl.java
|
|
startLine: 41
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
summary: >-
|
|
<p>Gets the link to the next page.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public String nextPageLink()
|
|
return:
|
|
type: "26831127"
|
|
description: <p>the link to the next page. </p>
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl.setItems(List<T>)
|
|
id: setItems(List<T>)
|
|
parent: com.microsoft.azure.batch.protocol.models._page_impl
|
|
href: com.microsoft.azure.batch.protocol.models._page_impl.yml
|
|
langs:
|
|
- java
|
|
name: setItems(List<T> items)
|
|
nameWithType: PageImpl<T>.setItems(List<T> items)
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl<T>.setItems(List<T> items)
|
|
overload: com.microsoft.azure.batch.protocol.models._page_impl.setItems*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/models/PageImpl.java
|
|
startLine: 72
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
summary: >-
|
|
<p>Sets the list of items.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public PageImpl<T> setItems(List<T> items)
|
|
parameters:
|
|
- id: items
|
|
type: 18ad973c
|
|
description: <p>the list of items in <xref uid="" data-throw-if-not-resolved="false">List</xref>. </p>
|
|
return:
|
|
type: com.microsoft.azure.batch.protocol.models._page_impl669339f7
|
|
description: <p>this Page object itself. </p>
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl.setNextPageLink(String)
|
|
id: setNextPageLink(String)
|
|
parent: com.microsoft.azure.batch.protocol.models._page_impl
|
|
href: com.microsoft.azure.batch.protocol.models._page_impl.yml
|
|
langs:
|
|
- java
|
|
name: setNextPageLink(String nextPageLink)
|
|
nameWithType: PageImpl<T>.setNextPageLink(String nextPageLink)
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl<T>.setNextPageLink(String nextPageLink)
|
|
overload: com.microsoft.azure.batch.protocol.models._page_impl.setNextPageLink*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/models/PageImpl.java
|
|
startLine: 61
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
summary: >-
|
|
<p>Sets the link to the next page.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public PageImpl<T> setNextPageLink(String nextPageLink)
|
|
parameters:
|
|
- id: nextPageLink
|
|
type: "26831127"
|
|
description: <p>the link to the next page. </p>
|
|
return:
|
|
type: com.microsoft.azure.batch.protocol.models._page_impl669339f7
|
|
description: <p>this Page object itself. </p>
|
|
references:
|
|
- uid: 8ce1ecb9
|
|
spec.java:
|
|
- name: T
|
|
fullName: T
|
|
- uid: "26831127"
|
|
spec.java:
|
|
- name: String
|
|
fullName: String
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl.nextPageLink*
|
|
name: nextPageLink
|
|
nameWithType: PageImpl<T>.nextPageLink
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl<T>.nextPageLink
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
- uid: 18ad973c
|
|
spec.java:
|
|
- name: List<T>
|
|
fullName: List<T>
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl.items*
|
|
name: items
|
|
nameWithType: PageImpl<T>.items
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl<T>.items
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl669339f7
|
|
spec.java:
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl
|
|
name: PageImpl
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl
|
|
href: com.microsoft.azure.batch.protocol.models._page_impl.yml
|
|
- name: <T>
|
|
fullName: <T>
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl.setNextPageLink*
|
|
name: setNextPageLink
|
|
nameWithType: PageImpl<T>.setNextPageLink
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl<T>.setNextPageLink
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl.setItems*
|
|
name: setItems
|
|
nameWithType: PageImpl<T>.setItems
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl<T>.setItems
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
- uid: com.microsoft.azure.batch.protocol.models._page_impl
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._page_impl.yml
|
|
name: PageImpl<T>
|
|
nameWithType: PageImpl<T>
|
|
fullName: com.microsoft.azure.batch.protocol.models.PageImpl<T>
|
|
type: Class
|
|
summary: >-
|
|
<p>An instance of this class defines a page of Azure resources and a link to get the next page of resources, if any.</p>
|
|
|
|
<p></p>
|
|
syntax: *o1
|