IEntityExistsOperations Interface
public interface IEntityExistsOperations
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract boolean |
exists()
Checks if an entity exists or not. |
Method Details
exists
public abstract boolean exists()
Checks if an entity exists or not.
Returns:
A value indicating whether the entity exists or not.