138 строки
9.4 KiB
YAML
138 строки
9.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.billing.models.InvoiceDocument"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument"
|
|
name: "InvoiceDocument"
|
|
nameWithType: "InvoiceDocument"
|
|
summary: "The properties of a document."
|
|
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 **InvoiceDocument**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.billing.models.InvoiceDocument?alt=com.azure.resourcemanager.billing.models.InvoiceDocument&text=InvoiceDocument\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceDocument.InvoiceDocument()"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument.InvoiceDocument()"
|
|
name: "InvoiceDocument()"
|
|
nameWithType: "InvoiceDocument.InvoiceDocument()"
|
|
summary: "Creates an instance of Invoice<wbr>Document class."
|
|
syntax: "public InvoiceDocument()"
|
|
desc: "Creates an instance of InvoiceDocument class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceDocument.documentNumbers()"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument.documentNumbers()"
|
|
name: "documentNumbers()"
|
|
nameWithType: "InvoiceDocument.documentNumbers()"
|
|
summary: "Get the document<wbr>Numbers property: The document numbers for the invoice document."
|
|
syntax: "public List<String> documentNumbers()"
|
|
desc: "Get the documentNumbers property: The document numbers for the invoice document."
|
|
returns:
|
|
description: "the documentNumbers value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceDocument.externalUrl()"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument.externalUrl()"
|
|
name: "externalUrl()"
|
|
nameWithType: "InvoiceDocument.externalUrl()"
|
|
summary: "Get the external<wbr>Url property: The URL to download the invoice document if the source is external to Microsoft.<wbr>Billing."
|
|
syntax: "public String externalUrl()"
|
|
desc: "Get the externalUrl property: The URL to download the invoice document if the source is external to Microsoft.Billing."
|
|
returns:
|
|
description: "the externalUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceDocument.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "InvoiceDocument.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Invoice<wbr>Document from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static InvoiceDocument fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the InvoiceDocument."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of InvoiceDocument from the JsonReader."
|
|
returns:
|
|
description: "An instance of InvoiceDocument if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.billing.models.InvoiceDocument?alt=com.azure.resourcemanager.billing.models.InvoiceDocument&text=InvoiceDocument\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceDocument.kind()"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument.kind()"
|
|
name: "kind()"
|
|
nameWithType: "InvoiceDocument.kind()"
|
|
summary: "Get the kind property: The type of the document."
|
|
syntax: "public InvoiceDocumentType kind()"
|
|
desc: "Get the kind property: The type of the document."
|
|
returns:
|
|
description: "the kind value."
|
|
type: "<xref href=\"com.azure.resourcemanager.billing.models.InvoiceDocumentType?alt=com.azure.resourcemanager.billing.models.InvoiceDocumentType&text=InvoiceDocumentType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceDocument.name()"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument.name()"
|
|
name: "name()"
|
|
nameWithType: "InvoiceDocument.name()"
|
|
summary: "Get the name property: The ID that uniquely identifies an invoice document."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The ID that uniquely identifies an invoice document. This ID may be an identifier for an invoice PDF, a credit note, or a tax receipt."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceDocument.source()"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument.source()"
|
|
name: "source()"
|
|
nameWithType: "InvoiceDocument.source()"
|
|
summary: "Get the source property: The source of the document."
|
|
syntax: "public DocumentSource source()"
|
|
desc: "Get the source property: The source of the document. ENF for Brazil and DRS for rest of the world."
|
|
returns:
|
|
description: "the source value."
|
|
type: "<xref href=\"com.azure.resourcemanager.billing.models.DocumentSource?alt=com.azure.resourcemanager.billing.models.DocumentSource&text=DocumentSource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceDocument.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "InvoiceDocument.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceDocument.url()"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument.url()"
|
|
name: "url()"
|
|
nameWithType: "InvoiceDocument.url()"
|
|
summary: "Get the url property: The URL to download the invoice document if the source is internal to Microsoft.<wbr>Billing."
|
|
syntax: "public String url()"
|
|
desc: "Get the url property: The URL to download the invoice document if the source is internal to Microsoft.Billing."
|
|
returns:
|
|
description: "the url value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceDocument.validate()"
|
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceDocument.validate()"
|
|
name: "validate()"
|
|
nameWithType: "InvoiceDocument.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "The properties of a document."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.billing.models.InvoiceDocument?alt=com.azure.resourcemanager.billing.models.InvoiceDocument&text=InvoiceDocument\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.billing.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0
|