189 строки
7.7 KiB
YAML
189 строки
7.7 KiB
YAML
### YamlMime:JavaType
|
|
fields:
|
|
- field:
|
|
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
|
|
fullName: com.microsoft.azure.storage.core.ListResponse<T>.ENUMERATION_RESULTS
|
|
name: ENUMERATION_RESULTS
|
|
nameWithType: ListResponse<T>.ENUMERATION_RESULTS
|
|
syntax: public static final String ENUMERATION_RESULTS= "EnumerationResults"
|
|
uid: com.microsoft.azure.storage.core.ListResponse.ENUMERATION_RESULTS
|
|
- field:
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
fullName: com.microsoft.azure.storage.core.ListResponse<T>.marker
|
|
name: marker
|
|
nameWithType: ListResponse<T>.marker
|
|
summary: <p>Stores the marker. </p>
|
|
syntax: protected String marker
|
|
uid: com.microsoft.azure.storage.core.ListResponse.marker
|
|
- field:
|
|
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
|
|
fullName: com.microsoft.azure.storage.core.ListResponse<T>.maxResults
|
|
name: maxResults
|
|
nameWithType: ListResponse<T>.maxResults
|
|
summary: <p>Stores the max results. </p>
|
|
syntax: protected Integer maxResults
|
|
uid: com.microsoft.azure.storage.core.ListResponse.maxResults
|
|
- field:
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
fullName: com.microsoft.azure.storage.core.ListResponse<T>.nextMarker
|
|
name: nextMarker
|
|
nameWithType: ListResponse<T>.nextMarker
|
|
summary: <p>Stores the next marker. </p>
|
|
syntax: protected String nextMarker
|
|
uid: com.microsoft.azure.storage.core.ListResponse.nextMarker
|
|
- field:
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
fullName: com.microsoft.azure.storage.core.ListResponse<T>.prefix
|
|
name: prefix
|
|
nameWithType: ListResponse<T>.prefix
|
|
summary: <p>Stores the prefix. </p>
|
|
syntax: protected String prefix
|
|
uid: com.microsoft.azure.storage.core.ListResponse.prefix
|
|
- field:
|
|
type: <xref href="ArrayList%3CT%3E?alt=ArrayList%3CT%3E&text=ArrayList%3CT%3E" data-throw-if-not-resolved="False"/>
|
|
fullName: com.microsoft.azure.storage.core.ListResponse<T>.results
|
|
name: results
|
|
nameWithType: ListResponse<T>.results
|
|
summary: <p>Holds the ArrayList<T> of results. </p>
|
|
syntax: protected ArrayList<T> results= new ArrayList<T>()
|
|
uid: com.microsoft.azure.storage.core.ListResponse.results
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.storage.core.ListResponse<T>.getMarker()
|
|
name: getMarker()
|
|
nameWithType: ListResponse<T>.getMarker()
|
|
returns:
|
|
description: <p>the marker </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the marker.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getMarker()
|
|
uid: com.microsoft.azure.storage.core.ListResponse.getMarker()
|
|
- fullName: com.microsoft.azure.storage.core.ListResponse<T>.getMaxResults()
|
|
name: getMaxResults()
|
|
nameWithType: ListResponse<T>.getMaxResults()
|
|
returns:
|
|
description: <p>the max results </p>
|
|
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the max results.</p>
|
|
|
|
<p></p>
|
|
syntax: public Integer getMaxResults()
|
|
uid: com.microsoft.azure.storage.core.ListResponse.getMaxResults()
|
|
- fullName: com.microsoft.azure.storage.core.ListResponse<T>.getNextMarker()
|
|
name: getNextMarker()
|
|
nameWithType: ListResponse<T>.getNextMarker()
|
|
returns:
|
|
description: <p>the next marker </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the next marker.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getNextMarker()
|
|
uid: com.microsoft.azure.storage.core.ListResponse.getNextMarker()
|
|
- fullName: com.microsoft.azure.storage.core.ListResponse<T>.getPrefix()
|
|
name: getPrefix()
|
|
nameWithType: ListResponse<T>.getPrefix()
|
|
returns:
|
|
description: <p>the prefix </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the prefix.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getPrefix()
|
|
uid: com.microsoft.azure.storage.core.ListResponse.getPrefix()
|
|
- fullName: com.microsoft.azure.storage.core.ListResponse<T>.getResults()
|
|
name: getResults()
|
|
nameWithType: ListResponse<T>.getResults()
|
|
returns:
|
|
description: <p>the ArrayList<T> of results </p>
|
|
type: <xref href="ArrayList%3CT%3E?alt=ArrayList%3CT%3E&text=ArrayList%3CT%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the ArrayList<T> of the results.</p>
|
|
|
|
<p></p>
|
|
syntax: public ArrayList<T> getResults()
|
|
uid: com.microsoft.azure.storage.core.ListResponse.getResults()
|
|
- fullName: com.microsoft.azure.storage.core.ListResponse<T>.setMarker(String marker)
|
|
name: setMarker(String marker)
|
|
nameWithType: ListResponse<T>.setMarker(String marker)
|
|
parameters:
|
|
- description: <p>the marker to set </p>
|
|
name: marker
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets the marker.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setMarker(String marker)
|
|
uid: com.microsoft.azure.storage.core.ListResponse.setMarker(String)
|
|
- fullName: com.microsoft.azure.storage.core.ListResponse<T>.setMaxResults(Integer maxResults)
|
|
name: setMaxResults(Integer maxResults)
|
|
nameWithType: ListResponse<T>.setMaxResults(Integer maxResults)
|
|
parameters:
|
|
- description: <p>the maxResults to set </p>
|
|
name: maxResults
|
|
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets the max results.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setMaxResults(Integer maxResults)
|
|
uid: com.microsoft.azure.storage.core.ListResponse.setMaxResults(Integer)
|
|
- fullName: com.microsoft.azure.storage.core.ListResponse<T>.setNextMarker(String nextMarker)
|
|
name: setNextMarker(String nextMarker)
|
|
nameWithType: ListResponse<T>.setNextMarker(String nextMarker)
|
|
parameters:
|
|
- description: <p>the nextMarker to set </p>
|
|
name: nextMarker
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets the next marker.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setNextMarker(String nextMarker)
|
|
uid: com.microsoft.azure.storage.core.ListResponse.setNextMarker(String)
|
|
- fullName: com.microsoft.azure.storage.core.ListResponse<T>.setPrefix(String prefix)
|
|
name: setPrefix(String prefix)
|
|
nameWithType: ListResponse<T>.setPrefix(String prefix)
|
|
parameters:
|
|
- description: <p>the prefix to set </p>
|
|
name: prefix
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets the prefix.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setPrefix(String prefix)
|
|
uid: com.microsoft.azure.storage.core.ListResponse.setPrefix(String)
|
|
- fullName: com.microsoft.azure.storage.core.ListResponse<T>.setResults(ArrayList<T> results)
|
|
name: setResults(ArrayList<T> results)
|
|
nameWithType: ListResponse<T>.setResults(ArrayList<T> results)
|
|
parameters:
|
|
- description: <p>the results to set </p>
|
|
name: results
|
|
type: <xref href="ArrayList%3CT%3E?alt=ArrayList%3CT%3E&text=ArrayList%3CT%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets the ArrayList<T> of the results</p>
|
|
|
|
<p></p>
|
|
syntax: public void setResults(ArrayList<T> results)
|
|
uid: com.microsoft.azure.storage.core.ListResponse.setResults(ArrayList<T>)
|
|
nameWithType: ListResponse<T>
|
|
syntax: public class ListResponse<T>
|
|
type: class
|
|
typeParameters:
|
|
- name: T
|
|
uid: com.microsoft.azure.storage.core.ListResponse
|
|
fullName: com.microsoft.azure.storage.core.ListResponse<T>
|
|
name: ListResponse<T>
|
|
package: com.microsoft.azure.storage.core
|
|
summary: <p>RESERVED FOR INTERNAL USE. A class used to parse a list of objects. </p>
|
|
metadata: {}
|