Class OrganizationSpendAlertDeleted
-
- All Implemented Interfaces:
public final class OrganizationSpendAlertDeletedConfirmation payload returned after deleting an organization spend alert.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrganizationSpendAlertDeleted.BuilderA builder for OrganizationSpendAlertDeleted.
-
Method Summary
Modifier and Type Method Description final Stringid()The deleted spend alert ID. final Booleandeleted()Whether the spend alert was deleted. final JsonValue_object_()Always organization.spend_alert.deleted.final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Boolean>_deleted()Returns the raw JSON value of deleted. final Map<String, JsonValue>_additionalProperties()final OrganizationSpendAlertDeleted.BuildertoBuilder()final OrganizationSpendAlertDeletedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static OrganizationSpendAlertDeleted.Builderbuilder()Returns a mutable builder for constructing an instance of OrganizationSpendAlertDeleted. -
-
Method Detail
-
_object_
final JsonValue _object_()
Always
organization.spend_alert.deleted.Expected to always return the following:
JsonValue.from("organization.spend_alert.deleted")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_deleted
final JsonField<Boolean> _deleted()
Returns the raw JSON value of deleted.
Unlike deleted, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final OrganizationSpendAlertDeleted.Builder toBuilder()
-
validate
final OrganizationSpendAlertDeleted validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static OrganizationSpendAlertDeleted.Builder builder()
Returns a mutable builder for constructing an instance of OrganizationSpendAlertDeleted.
The following fields are required:
.id() .deleted()
-
-
-
-