Document Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. Document
- com.
public final class Document
The properties of a document.
Constructor Summary
| Constructor | Description |
|---|---|
| Document() |
Creates an instance of Document class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Document |
kind()
Get the kind property: The type of the document. |
|
Document |
source()
Get the source property: The source of the document. |
| String |
url()
Get the url property: Document URL. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
Document
public Document()
Creates an instance of Document class.
Method Details
kind
public DocumentType kind()
Get the kind property: The type of the document.
Returns:
source
public DocumentSource source()
Get the source property: The source of the document. ENF for Brazil and DRS for rest of the world.
Returns:
url
public String url()
Get the url property: Document URL.
Returns:
validate
public void validate()
Validates the instance.