Class GroupDeleteResponse
-
- All Implemented Interfaces:
public final class GroupDeleteResponseConfirmation payload returned after removing a group from a project.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGroupDeleteResponse.BuilderA builder for GroupDeleteResponse.
-
Method Summary
Modifier and Type Method Description final Booleandeleted()Whether the group membership in the project was removed. final JsonValue_object_()Always project.group.deleted.final JsonField<Boolean>_deleted()Returns the raw JSON value of deleted. final Map<String, JsonValue>_additionalProperties()final GroupDeleteResponse.BuildertoBuilder()final GroupDeleteResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static GroupDeleteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of GroupDeleteResponse. -
-
Method Detail
-
_object_
final JsonValue _object_()
Always
project.group.deleted.Expected to always return the following:
JsonValue.from("project.group.deleted")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_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 GroupDeleteResponse.Builder toBuilder()
-
validate
final GroupDeleteResponse 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 GroupDeleteResponse.Builder builder()
Returns a mutable builder for constructing an instance of GroupDeleteResponse.
The following fields are required:
.deleted()
-
-
-
-