Class StorageViewObject.Complex
java.lang.Object
one.microstream.storage.restclient.StorageViewElement.Abstract
one.microstream.storage.restclient.StorageViewValue.Default
one.microstream.storage.restclient.StorageViewObject.Simple
one.microstream.storage.restclient.StorageViewObject.Complex
- All Implemented Interfaces:
StorageViewElement
,StorageViewObject
,StorageViewValue
- Enclosing interface:
- StorageViewObject
public static class StorageViewObject.Complex extends StorageViewObject.Simple
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.restclient.StorageViewElement
StorageViewElement.Abstract
Nested classes/interfaces inherited from interface one.microstream.storage.restclient.StorageViewObject
StorageViewObject.Complex, StorageViewObject.Simple
Nested classes/interfaces inherited from interface one.microstream.storage.restclient.StorageViewValue
StorageViewValue.Default
-
Constructor Summary
Constructors Constructor Description Complex()
-
Method Summary
Modifier and Type Method Description boolean
hasMembers()
List<StorageViewElement>
members(boolean forceRefresh)
Methods inherited from class one.microstream.storage.restclient.StorageViewObject.Simple
objectId, toString, typeDescription
Methods inherited from class one.microstream.storage.restclient.StorageViewElement.Abstract
name, parent, qualifiedTypeName, simpleTypeName, value, view
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface one.microstream.storage.restclient.StorageViewElement
name, parent, parentOfType, qualifiedTypeName, simpleTypeName, value, view
-
Constructor Details
-
Complex
public Complex()
-
-
Method Details
-
hasMembers
public boolean hasMembers()- Specified by:
hasMembers
in interfaceStorageViewElement
- Overrides:
hasMembers
in classStorageViewValue.Default
-
members
- Specified by:
members
in interfaceStorageViewElement
- Overrides:
members
in classStorageViewValue.Default
-