BillingRequestPropertiesLastUpdatedBy Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. Principal - com.
azure. resourcemanager. billing. models. BillingRequestPropertiesLastUpdatedBy
- com.
- com.
public final class BillingRequestPropertiesLastUpdatedBy
extends Principal
The principal of the entity who last updated the request.
Constructor Summary
| Constructor | Description |
|---|---|
| BillingRequestPropertiesLastUpdatedBy() |
Creates an instance of Billing |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Billing |
fromJson(JsonReader jsonReader)
Reads an instance of Billing |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Billing |
withObjectId(String objectId)
Set the object |
|
Billing |
withTenantId(String tenantId)
Set the tenant |
|
Billing |
withUpn(String upn)
Set the upn property: The user principal name of the principal who has interacted with a billing entity. |
Methods inherited from Principal
Methods inherited from java.lang.Object
Constructor Details
BillingRequestPropertiesLastUpdatedBy
public BillingRequestPropertiesLastUpdatedBy()
Creates an instance of BillingRequestPropertiesLastUpdatedBy class.
Method Details
fromJson
public static BillingRequestPropertiesLastUpdatedBy fromJson(JsonReader jsonReader)
Reads an instance of BillingRequestPropertiesLastUpdatedBy from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
BillingRequestPropertiesLastUpdatedBy.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
BillingRequestPropertiesLastUpdatedBy.validate()withObjectId
public BillingRequestPropertiesLastUpdatedBy withObjectId(String objectId)
Set the objectId property: The object id of the principal who has interacted with a billing entity.
Overrides:
BillingRequestPropertiesLastUpdatedBy.withObjectId(String objectId)Parameters:
withTenantId
public BillingRequestPropertiesLastUpdatedBy withTenantId(String tenantId)
Set the tenantId property: The tenant id of the principal who has interacted with a billing entity.
Overrides:
BillingRequestPropertiesLastUpdatedBy.withTenantId(String tenantId)Parameters:
withUpn
public BillingRequestPropertiesLastUpdatedBy withUpn(String upn)
Set the upn property: The user principal name of the principal who has interacted with a billing entity.
Overrides:
BillingRequestPropertiesLastUpdatedBy.withUpn(String upn)Parameters: