Package org.apache.olingo.ext.proxy.api
Interface StructuredType<T>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ComplexType<T>
,EntityType<T>
Marker interface for Entity and complex type.
-
Method Summary
-
Method Details
-
load
T load()- Returns:
- structured type instance
-
loadAsync
- Returns:
- future handle on structured type instance
-
delete
void delete()Delete object. -
delete
Delete a specific property.- Parameters:
name
- property name
-