azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

126 строки
8.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.Beneficiary"
fullName: "com.azure.resourcemanager.billing.models.Beneficiary"
name: "Beneficiary"
nameWithType: "Beneficiary"
summary: "Details of the beneficiary."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **Beneficiary**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.Beneficiary?alt=com.azure.resourcemanager.billing.models.Beneficiary&text=Beneficiary\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.billing.models.Beneficiary.Beneficiary()"
fullName: "com.azure.resourcemanager.billing.models.Beneficiary.Beneficiary()"
name: "Beneficiary()"
nameWithType: "Beneficiary.Beneficiary()"
summary: "Creates an instance of Beneficiary class."
syntax: "public Beneficiary()"
desc: "Creates an instance of Beneficiary class."
methods:
- uid: "com.azure.resourcemanager.billing.models.Beneficiary.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.billing.models.Beneficiary.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "Beneficiary.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Beneficiary from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Beneficiary fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the Beneficiary."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of Beneficiary from the JsonReader."
returns:
description: "An instance of Beneficiary if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.billing.models.Beneficiary?alt=com.azure.resourcemanager.billing.models.Beneficiary&text=Beneficiary\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.Beneficiary.objectId()"
fullName: "com.azure.resourcemanager.billing.models.Beneficiary.objectId()"
name: "objectId()"
nameWithType: "Beneficiary.objectId()"
summary: "Get the object<wbr>Id property: The ID that uniquely identifies a user in a tenant."
syntax: "public String objectId()"
desc: "Get the objectId property: The ID that uniquely identifies a user in a tenant."
returns:
description: "the objectId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.Beneficiary.tenantId()"
fullName: "com.azure.resourcemanager.billing.models.Beneficiary.tenantId()"
name: "tenantId()"
nameWithType: "Beneficiary.tenantId()"
summary: "Get the tenant<wbr>Id property: The ID that uniquely identifies a tenant."
syntax: "public String tenantId()"
desc: "Get the tenantId property: The ID that uniquely identifies a tenant."
returns:
description: "the tenantId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.Beneficiary.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.billing.models.Beneficiary.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "Beneficiary.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.Beneficiary.validate()"
fullName: "com.azure.resourcemanager.billing.models.Beneficiary.validate()"
name: "validate()"
nameWithType: "Beneficiary.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.billing.models.Beneficiary.withObjectId(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.Beneficiary.withObjectId(String objectId)"
name: "withObjectId(String objectId)"
nameWithType: "Beneficiary.withObjectId(String objectId)"
summary: "Set the object<wbr>Id property: The ID that uniquely identifies a user in a tenant."
parameters:
- description: "the objectId value to set."
name: "objectId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Beneficiary withObjectId(String objectId)"
desc: "Set the objectId property: The ID that uniquely identifies a user in a tenant."
returns:
description: "the Beneficiary object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.Beneficiary?alt=com.azure.resourcemanager.billing.models.Beneficiary&text=Beneficiary\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.Beneficiary.withTenantId(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.Beneficiary.withTenantId(String tenantId)"
name: "withTenantId(String tenantId)"
nameWithType: "Beneficiary.withTenantId(String tenantId)"
summary: "Set the tenant<wbr>Id property: The ID that uniquely identifies a tenant."
parameters:
- description: "the tenantId value to set."
name: "tenantId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Beneficiary withTenantId(String tenantId)"
desc: "Set the tenantId property: The ID that uniquely identifies a tenant."
returns:
description: "the Beneficiary object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.Beneficiary?alt=com.azure.resourcemanager.billing.models.Beneficiary&text=Beneficiary\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Details of the beneficiary."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.Beneficiary?alt=com.azure.resourcemanager.billing.models.Beneficiary&text=Beneficiary\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0