clearAll static method

PropertyOperations clearAll()

Implementation

static PropertyOperations clearAll() {
  return PropertyOperations.builder().clearAll().build();
}