Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalObject
Objects' properties hierarchical representation
|
class |
IndexedHierarchicalObject
Indexed hierarchical property
|
class |
IndexedPrimitiveObject
Simple indexed property
|
class |
PrimitiveObject
Simple property object
|
Modifier and Type | Method and Description |
---|---|
BaseObject |
BaseObject.name(String name) |
Modifier and Type | Method and Description |
---|---|
List<BaseObject> |
IndexedHierarchicalObject.getInternalProperties()
List of internal properties
|
List<BaseObject> |
HierarchicalObject.getInternalProperties()
List of internal properties
|
Modifier and Type | Method and Description |
---|---|
IndexedHierarchicalObject |
IndexedHierarchicalObject.addInternalPropertiesItem(BaseObject internalPropertiesItem) |
HierarchicalObject |
HierarchicalObject.addInternalPropertiesItem(BaseObject internalPropertiesItem) |
Modifier and Type | Method and Description |
---|---|
IndexedHierarchicalObject |
IndexedHierarchicalObject.internalProperties(List<BaseObject> internalProperties) |
HierarchicalObject |
HierarchicalObject.internalProperties(List<BaseObject> internalProperties) |
void |
IndexedHierarchicalObject.setInternalProperties(List<BaseObject> internalProperties) |
void |
HierarchicalObject.setInternalProperties(List<BaseObject> internalProperties) |
Constructor and Description |
---|
HierarchicalObject(String name,
String type,
List<BaseObject> internalProperties)
Initializes a new instance of the HierarchicalObject
|
IndexedHierarchicalObject(String name,
String type,
Integer index,
List<BaseObject> internalProperties)
Initializes a new instance of the IndexedHierarchicalObject
|
Copyright © 2019. All rights reserved.