azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

89 строки
5.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.PageImpl"
fullName: "com.microsoft.azure.batch.protocol.models.PageImpl<T>"
name: "PageImpl<T>"
nameWithType: "PageImpl<T>"
summary: "An instance of this class defines a page of Azure resources and a link to get the next page of resources, if any."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **PageImpl<T>**</br> implements <xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.PageImpl.PageImpl()"
fullName: "com.microsoft.azure.batch.protocol.models.PageImpl<T>.PageImpl()"
name: "PageImpl()"
nameWithType: "PageImpl<T>.PageImpl()"
syntax: "public PageImpl()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.PageImpl.items()"
fullName: "com.microsoft.azure.batch.protocol.models.PageImpl<T>.items()"
name: "items()"
nameWithType: "PageImpl<T>.items()"
summary: "Gets the list of items."
syntax: "public List<T> items()"
desc: "Gets the list of items."
returns:
description: "the list of items in <xref uid=\"java.util.List\" data-throw-if-not-resolved=\"false\" data-raw-source=\"List\"></xref>."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.models.PageImpl.nextPageLink()"
fullName: "com.microsoft.azure.batch.protocol.models.PageImpl<T>.nextPageLink()"
name: "nextPageLink()"
nameWithType: "PageImpl<T>.nextPageLink()"
summary: "Gets the link to the next page."
syntax: "public String nextPageLink()"
desc: "Gets the link to the next page."
returns:
description: "the link to the next page."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.PageImpl.setItems(java.util.List<T>)"
fullName: "com.microsoft.azure.batch.protocol.models.PageImpl<T>.setItems(List<T> items)"
name: "setItems(List<T> items)"
nameWithType: "PageImpl<T>.setItems(List<T> items)"
summary: "Sets the list of items."
parameters:
- description: "the list of items in <xref uid=\"java.util.List\" data-throw-if-not-resolved=\"false\" data-raw-source=\"List\"></xref>."
name: "items"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public PageImpl<T> setItems(List<T> items)"
desc: "Sets the list of items."
returns:
description: "this Page object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PageImpl?alt=com.microsoft.azure.batch.protocol.models.PageImpl&text=PageImpl\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.models.PageImpl.setNextPageLink(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.PageImpl<T>.setNextPageLink(String nextPageLink)"
name: "setNextPageLink(String nextPageLink)"
nameWithType: "PageImpl<T>.setNextPageLink(String nextPageLink)"
summary: "Sets the link to the next page."
parameters:
- description: "the link to the next page."
name: "nextPageLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PageImpl<T> setNextPageLink(String nextPageLink)"
desc: "Sets the link to the next page."
returns:
description: "this Page object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.PageImpl?alt=com.microsoft.azure.batch.protocol.models.PageImpl&text=PageImpl\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
typeParameters:
- description: "type of Azure resource"
name: "T"
desc: "An instance of this class defines a page of Azure resources and a link to get the next page of resources, if any."
implements:
- "<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0