| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected Folder |
Folder.parentFolder |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Folder> |
Folder.containsFolders |
protected ItemList<Folder> |
ExtensionMappingDocument.parentFolder |
| Modifier and Type | Method and Description |
|---|---|
Folder |
Folder.getParentFolder()
Retrieve the
parent_folder property (displayed as 'Parent Folder') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Folder> |
Folder.getContainsFolders()
Retrieve the
contains_folders property (displayed as 'Contains Folders') of the object. |
ItemList<Folder> |
ExtensionMappingDocument.getParentFolder()
Retrieve the
parent_folder property (displayed as 'Parent Folder') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Folder.setParentFolder(Folder parentFolder)
Set the
parent_folder property (displayed as Parent Folder) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Folder.setContainsFolders(ItemList<Folder> containsFolders)
Set the
contains_folders property (displayed as Contains Folders) of the object. |
void |
ExtensionMappingDocument.setParentFolder(ItemList<Folder> parentFolder)
Set the
parent_folder property (displayed as Parent Folder) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.