BillingRoleAssignmentListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. billing. fluent. models. BillingRoleAssignmentListResultInner
- com.
Implements
public final class BillingRoleAssignmentListResultInner
implements JsonSerializable<BillingRoleAssignmentListResultInner>
A container for a list of resources.
Constructor Summary
| Constructor | Description |
|---|---|
| BillingRoleAssignmentListResultInner() |
Creates an instance of Billing |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Billing |
fromJson(JsonReader jsonReader)
Reads an instance of Billing |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Billing |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link (url) to the next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<BillingRoleAssignmentInner> value()
Get the value property: The list of resources.
Returns: