JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
cloud.quinimbus.persistence.api
cloud.quinimbus.persistence.api.entity
StructuredObjectEntry
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
key()
value()
type()
partial()
Interface StructuredObjectEntry<T extends
StructuredObjectEntryType
>
public interface
StructuredObjectEntry<T extends
StructuredObjectEntryType
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
key
()
boolean
partial
()
T
type
()
Object
value
()
Method Details
key
String
key
()
value
Object
value
()
type
T
type
()
partial
boolean
partial
()