73 строки
4.4 KiB
YAML
73 строки
4.4 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.quota.models.QuotasGetHeaders"
|
||
|
fullName: "com.azure.resourcemanager.quota.models.QuotasGetHeaders"
|
||
|
name: "QuotasGetHeaders"
|
||
|
nameWithType: "QuotasGetHeaders"
|
||
|
summary: "The Quotas<wbr>Get<wbr>Headers model."
|
||
|
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 final class **QuotasGetHeaders**"
|
||
|
constructors:
|
||
|
- uid: "com.azure.resourcemanager.quota.models.QuotasGetHeaders.QuotasGetHeaders(com.azure.core.http.HttpHeaders)"
|
||
|
fullName: "com.azure.resourcemanager.quota.models.QuotasGetHeaders.QuotasGetHeaders(HttpHeaders rawHeaders)"
|
||
|
name: "QuotasGetHeaders(HttpHeaders rawHeaders)"
|
||
|
nameWithType: "QuotasGetHeaders.QuotasGetHeaders(HttpHeaders rawHeaders)"
|
||
|
summary: "Creates an instance of Quotas<wbr>Get<wbr>Headers class."
|
||
|
parameters:
|
||
|
- description: "The raw HttpHeaders that will be used to create the property values."
|
||
|
name: "rawHeaders"
|
||
|
type: "<xref href=\"com.azure.core.http.HttpHeaders?alt=com.azure.core.http.HttpHeaders&text=HttpHeaders\" data-throw-if-not-resolved=\"False\" />"
|
||
|
syntax: "public QuotasGetHeaders(HttpHeaders rawHeaders)"
|
||
|
desc: "Creates an instance of QuotasGetHeaders class."
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.quota.models.QuotasGetHeaders.etag()"
|
||
|
fullName: "com.azure.resourcemanager.quota.models.QuotasGetHeaders.etag()"
|
||
|
name: "etag()"
|
||
|
nameWithType: "QuotasGetHeaders.etag()"
|
||
|
summary: "Get the etag property: The Etag property."
|
||
|
syntax: "public String etag()"
|
||
|
desc: "Get the etag property: The Etag property."
|
||
|
returns:
|
||
|
description: "the etag value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.quota.models.QuotasGetHeaders.validate()"
|
||
|
fullName: "com.azure.resourcemanager.quota.models.QuotasGetHeaders.validate()"
|
||
|
name: "validate()"
|
||
|
nameWithType: "QuotasGetHeaders.validate()"
|
||
|
summary: "Validates the instance."
|
||
|
syntax: "public void validate()"
|
||
|
desc: "Validates the instance."
|
||
|
- uid: "com.azure.resourcemanager.quota.models.QuotasGetHeaders.withEtag(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.quota.models.QuotasGetHeaders.withEtag(String etag)"
|
||
|
name: "withEtag(String etag)"
|
||
|
nameWithType: "QuotasGetHeaders.withEtag(String etag)"
|
||
|
summary: "Set the etag property: The Etag property."
|
||
|
parameters:
|
||
|
- description: "the etag value to set."
|
||
|
name: "etag"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
syntax: "public QuotasGetHeaders withEtag(String etag)"
|
||
|
desc: "Set the etag property: The Etag property."
|
||
|
returns:
|
||
|
description: "the QuotasGetHeaders object itself."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.quota.models.QuotasGetHeaders?alt=com.azure.resourcemanager.quota.models.QuotasGetHeaders&text=QuotasGetHeaders\" data-throw-if-not-resolved=\"False\" />"
|
||
|
type: "class"
|
||
|
desc: "The QuotasGetHeaders model."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.quota.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-quota:1.0.0
|