DeleteBillingProfileEligibilityDetail Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. DeleteBillingProfileEligibilityDetail
- com.
Implements
public final class DeleteBillingProfileEligibilityDetail
implements JsonSerializable<DeleteBillingProfileEligibilityDetail>
Validation details of delete billing profile eligibility.
Constructor Summary
| Constructor | Description |
|---|---|
| DeleteBillingProfileEligibilityDetail() |
Creates an instance of Delete |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Delete |
code()
Get the code property: Code of the delete invoice section eligibility response. |
|
static
Delete |
fromJson(JsonReader jsonReader)
Reads an instance of Delete |
| String |
message()
Get the message property: Validation message. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Delete |
withCode(DeleteBillingProfileEligibilityCode code)
Set the code property: Code of the delete invoice section eligibility response. |
|
Delete |
withMessage(String message)
Set the message property: Validation message. |
Methods inherited from java.lang.Object
Constructor Details
DeleteBillingProfileEligibilityDetail
public DeleteBillingProfileEligibilityDetail()
Creates an instance of DeleteBillingProfileEligibilityDetail class.
Method Details
code
public DeleteBillingProfileEligibilityCode code()
Get the code property: Code of the delete invoice section eligibility response.
Returns:
fromJson
public static DeleteBillingProfileEligibilityDetail fromJson(JsonReader jsonReader)
Reads an instance of DeleteBillingProfileEligibilityDetail from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Validation message.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCode
public DeleteBillingProfileEligibilityDetail withCode(DeleteBillingProfileEligibilityCode code)
Set the code property: Code of the delete invoice section eligibility response.
Parameters:
Returns:
withMessage
public DeleteBillingProfileEligibilityDetail withMessage(String message)
Set the message property: Validation message.
Parameters:
Returns: