public interface StructuredType<T> extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| void | delete()Delete object. | 
| void | delete(String name)Delete a specific property. | 
| T | load() | 
| Future<? extends T> | loadAsync() | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.