Class ListDeleteResponse
-
- All Implemented Interfaces:
public final class ListDeleteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classListDeleteResponse.BuilderA builder for ListDeleteResponse.
public final classListDeleteResponse.Status
-
Method Summary
Modifier and Type Method Description final ListDeleteResponse.Statusstatus()final JsonField<ListDeleteResponse.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final ListDeleteResponse.BuildertoBuilder()final ListDeleteResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ListDeleteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ListDeleteResponse. -
-
Method Detail
-
status
final ListDeleteResponse.Status status()
-
_status
final JsonField<ListDeleteResponse.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ListDeleteResponse.Builder toBuilder()
-
validate
final ListDeleteResponse 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 ListDeleteResponse.Builder builder()
Returns a mutable builder for constructing an instance of ListDeleteResponse.
The following fields are required:
.status()
-
-
-
-