Uses of Class
com.oracle.bmc.datacatalog.model.CustomPropertyGetUsage
-
Packages that use CustomPropertyGetUsage Package Description com.oracle.bmc.datacatalog.model -
-
Uses of CustomPropertyGetUsage in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return CustomPropertyGetUsage Modifier and Type Method Description CustomPropertyGetUsage
CustomPropertyGetUsage.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type CustomPropertyGetUsage Modifier and Type Method Description List<CustomPropertyGetUsage>
Attribute. getCustomPropertyMembers()
The list of customized properties along with the values for this objectList<CustomPropertyGetUsage>
AttributeSummary. getCustomPropertyMembers()
The list of customized properties along with the values for this objectList<CustomPropertyGetUsage>
Connection. getCustomPropertyMembers()
The list of customized properties along with the values for this objectList<CustomPropertyGetUsage>
DataAsset. getCustomPropertyMembers()
The list of customized properties along with the values for this objectList<CustomPropertyGetUsage>
Entity. getCustomPropertyMembers()
The list of customized properties along with the values for this objectList<CustomPropertyGetUsage>
Folder. getCustomPropertyMembers()
The list of customized properties along with the values for this objectList<CustomPropertyGetUsage>
Glossary. getCustomPropertyMembers()
The list of customized properties along with the values for this objectList<CustomPropertyGetUsage>
Term. getCustomPropertyMembers()
The list of customized properties along with the values for this objectMethods in com.oracle.bmc.datacatalog.model with parameters of type CustomPropertyGetUsage Modifier and Type Method Description CustomPropertyGetUsage.Builder
CustomPropertyGetUsage.Builder. copy(CustomPropertyGetUsage model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type CustomPropertyGetUsage Modifier and Type Method Description Attribute.Builder
Attribute.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectAttributeSummary.Builder
AttributeSummary.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectConnection.Builder
Connection.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectDataAsset.Builder
DataAsset.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectEntity.Builder
Entity.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectFolder.Builder
Folder.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectGlossary.Builder
Glossary.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectTerm.Builder
Term.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectConstructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type CustomPropertyGetUsage Constructor Description AttributeSummary(String key, String displayName, String businessName, String description, String entityKey, String externalKey, Long length, Integer position, Integer precision, Integer scale, Boolean isNullable, String uri, LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, String externalDataType, String typeKey, Integer minCollectionCount, Integer maxCollectionCount, String datatypeEntityKey, String externalDatatypeEntityKey, String parentAttributeKey, String externalParentAttributeKey, String path, List<CustomPropertyGetUsage> customPropertyMembers, List<RuleType> associatedRuleTypes, Boolean isDerivedAttribute, Date timeUpdated, Map<String,Map<String,String>> properties)
Deprecated.Connection(String key, String description, String displayName, Date timeCreated, Date timeUpdated, String createdById, String updatedById, List<CustomPropertyGetUsage> customPropertyMembers, Map<String,Map<String,String>> properties, String externalKey, Date timeStatusUpdated, LifecycleState lifecycleState, Boolean isDefault, String dataAssetKey, String typeKey, String uri)
Deprecated.DataAsset(String key, String displayName, String description, String catalogId, String externalKey, String typeKey, LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Date timeHarvested, String createdById, String updatedById, String uri, List<CustomPropertyGetUsage> customPropertyMembers, List<PatternSummary> dataSelectorPatterns, Map<String,Map<String,String>> properties)
Deprecated.Glossary(String key, String displayName, String description, String catalogId, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String createdById, String updatedById, String owner, TermWorkflowStatus workflowStatus, List<CustomPropertyGetUsage> customPropertyMembers, String importJobDefinitionKey, String importJobKey, String latestImportJobExecutionKey, String latestImportJobExecutionStatus, String uri)
Deprecated.
-