Class ProjectModelPermissionsDeleted.Builder
-
- All Implemented Interfaces:
public final class ProjectModelPermissionsDeleted.BuilderA builder for ProjectModelPermissionsDeleted.
-
-
Method Summary
-
-
Method Detail
-
deleted
final ProjectModelPermissionsDeleted.Builder deleted(Boolean deleted)
Whether the project model permissions were deleted.
-
deleted
final ProjectModelPermissionsDeleted.Builder deleted(JsonField<Boolean> deleted)
Sets Builder.deleted to an arbitrary JSON value.
You should usually call Builder.deleted with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
object_
final ProjectModelPermissionsDeleted.Builder object_(JsonValue object_)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("project.model_permissions.deleted")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final ProjectModelPermissionsDeleted.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ProjectModelPermissionsDeleted.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ProjectModelPermissionsDeleted.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ProjectModelPermissionsDeleted.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ProjectModelPermissionsDeleted.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ProjectModelPermissionsDeleted build()
Returns an immutable instance of ProjectModelPermissionsDeleted.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.deleted()
-
-
-
-