BillingRoleAssignmentListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.billing.fluent.models.BillingRoleAssignmentListResultInner

Implements

public final class BillingRoleAssignmentListResultInner
implements JsonSerializable<BillingRoleAssignmentListResultInner>

A container for a list of resources.

Constructor Summary

Constructor Description
BillingRoleAssignmentListResultInner()

Creates an instance of BillingRoleAssignmentListResultInner class.

Method Summary

Modifier and Type Method and Description
static BillingRoleAssignmentListResultInner fromJson(JsonReader jsonReader)

Reads an instance of BillingRoleAssignmentListResultInner from the JsonReader.

String nextLink()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<BillingRoleAssignmentInner> value()

Get the value property: The list of resources.

Methods inherited from java.lang.Object

Constructor Details

BillingRoleAssignmentListResultInner

public BillingRoleAssignmentListResultInner()

Creates an instance of BillingRoleAssignmentListResultInner class.

Method Details

fromJson

public static BillingRoleAssignmentListResultInner fromJson(JsonReader jsonReader)

Reads an instance of BillingRoleAssignmentListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of BillingRoleAssignmentListResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the BillingRoleAssignmentListResultInner.

nextLink

public String nextLink()

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

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<BillingRoleAssignmentInner> value()

Get the value property: The list of resources.

Returns:

the value value.

Applies to