BlobEntityId constructor

BlobEntityId(
  1. String id
)

Implementation

BlobEntityId(String id) : super(EntityType.BLOB_ENTITY, id);