Partilhar via


Document Class

  • java.lang.Object
    • com.azure.resourcemanager.billing.models.Document

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
DocumentType kind()

Get the kind property: The type of the document.

DocumentSource 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:

the kind value.

source

public DocumentSource source()

Get the source property: The source of the document. ENF for Brazil and DRS for rest of the world.

Returns:

the source value.

url

public String url()

Get the url property: Document URL.

Returns:

the url value.

validate

public void validate()

Validates the instance.

Applies to