AgreementListResult Class

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

public final class AgreementListResult

Result of listing agreements.

Constructor Summary

Constructor Description
AgreementListResult()

Creates an instance of AgreementListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The link (url) to the next page of results.

void validate()

Validates the instance.

List<AgreementInner> value()

Get the value property: The list of agreements.

Methods inherited from java.lang.Object

Constructor Details

AgreementListResult

public AgreementListResult()

Creates an instance of AgreementListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The link (url) to the next page of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of agreements.

Returns:

the value value.

Applies to

Azure SDK for Java

Preview