Uses of Class
com.oracle.bmc.datacatalog.model.HarvestStatus
-
Packages that use HarvestStatus Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of HarvestStatus in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return HarvestStatus Modifier and Type Method Description static HarvestStatus
HarvestStatus. create(String key)
HarvestStatus
CreateEntityDetails. getHarvestStatus()
Status of the object as updated by the harvest process.HarvestStatus
CreateFolderDetails. getHarvestStatus()
Folder harvesting status.HarvestStatus
Entity. getHarvestStatus()
Status of the object as updated by the harvest process.HarvestStatus
Folder. getHarvestStatus()
Status of the object as updated by the harvest process.HarvestStatus
UpdateEntityDetails. getHarvestStatus()
Status of the object as updated by the harvest process.HarvestStatus
UpdateFolderDetails. getHarvestStatus()
Harvest status of the folder.static HarvestStatus
HarvestStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static HarvestStatus[]
HarvestStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.model with parameters of type HarvestStatus Modifier and Type Method Description CreateEntityDetails.Builder
CreateEntityDetails.Builder. harvestStatus(HarvestStatus harvestStatus)
Status of the object as updated by the harvest process.CreateFolderDetails.Builder
CreateFolderDetails.Builder. harvestStatus(HarvestStatus harvestStatus)
Folder harvesting status.Entity.Builder
Entity.Builder. harvestStatus(HarvestStatus harvestStatus)
Status of the object as updated by the harvest process.Folder.Builder
Folder.Builder. harvestStatus(HarvestStatus harvestStatus)
Status of the object as updated by the harvest process.UpdateEntityDetails.Builder
UpdateEntityDetails.Builder. harvestStatus(HarvestStatus harvestStatus)
Status of the object as updated by the harvest process.UpdateFolderDetails.Builder
UpdateFolderDetails.Builder. harvestStatus(HarvestStatus harvestStatus)
Harvest status of the folder.Constructors in com.oracle.bmc.datacatalog.model with parameters of type HarvestStatus Constructor Description CreateEntityDetails(String displayName, String businessName, String typeKey, String description, Date timeExternal, Boolean isLogical, Boolean isPartition, String folderKey, String patternKey, String realizedExpression, HarvestStatus harvestStatus, String lastJobKey, List<CustomPropertySetUsage> customPropertyMembers, Map<String,Map<String,String>> properties)
Deprecated.CreateFolderDetails(String displayName, String businessName, String description, List<CustomPropertySetUsage> customPropertyMembers, Map<String,Map<String,String>> properties, String parentFolderKey, Date timeExternal, String lastJobKey, HarvestStatus harvestStatus, String typeKey)
Deprecated.Entity(String key, String displayName, String businessName, String description, Date timeCreated, Date timeUpdated, String createdById, String updatedById, LifecycleState lifecycleState, String lifecycleDetails, String externalKey, String patternKey, String realizedExpression, Date timeExternal, Date timeHarvested, List<ObjectRelationship> objectRelationships, Date timeStatusUpdated, Boolean isLogical, Boolean isPartition, String dataAssetKey, String folderKey, String folderName, String path, HarvestStatus harvestStatus, String lastJobKey, String typeKey, String uri, String objectStorageUrl, List<CustomPropertyGetUsage> customPropertyMembers, Map<String,Map<String,String>> properties)
Deprecated.Folder(String key, String displayName, String businessName, String description, String parentFolderKey, String typeKey, Date timeHarvested, List<ObjectRelationship> objectRelationships, String path, String dataAssetKey, List<CustomPropertyGetUsage> customPropertyMembers, Map<String,Map<String,String>> properties, String externalKey, Date timeCreated, Date timeUpdated, String createdById, String updatedById, Date timeExternal, LifecycleState lifecycleState, String lifecycleDetails, HarvestStatus harvestStatus, String lastJobKey, String uri, String objectStorageUrl)
Deprecated.UpdateEntityDetails(String displayName, String businessName, String description, Date timeExternal, Boolean isLogical, Boolean isPartition, String folderKey, String patternKey, String realizedExpression, HarvestStatus harvestStatus, String lastJobKey, List<CustomPropertySetUsage> customPropertyMembers, Map<String,Map<String,String>> properties)
Deprecated.UpdateFolderDetails(String displayName, String businessName, String description, String parentFolderKey, List<CustomPropertySetUsage> customPropertyMembers, Map<String,Map<String,String>> properties, Date timeExternal, HarvestStatus harvestStatus, String lastJobKey)
Deprecated. -
Uses of HarvestStatus in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return HarvestStatus Modifier and Type Method Description HarvestStatus
ListEntitiesRequest. getHarvestStatus()
Harvest status of the harvestable resource as updated by the harvest process.HarvestStatus
ListFoldersRequest. getHarvestStatus()
Harvest status of the harvestable resource as updated by the harvest process.Methods in com.oracle.bmc.datacatalog.requests with parameters of type HarvestStatus Modifier and Type Method Description ListEntitiesRequest.Builder
ListEntitiesRequest.Builder. harvestStatus(HarvestStatus harvestStatus)
Harvest status of the harvestable resource as updated by the harvest process.ListFoldersRequest.Builder
ListFoldersRequest.Builder. harvestStatus(HarvestStatus harvestStatus)
Harvest status of the harvestable resource as updated by the harvest process.
-