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 CustomPropertyGetUsageCustomPropertyGetUsage.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.BuilderCustomPropertyGetUsage.Builder. copy(CustomPropertyGetUsage model)Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type CustomPropertyGetUsage Modifier and Type Method Description Attribute.BuilderAttribute.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)The list of customized properties along with the values for this objectAttributeSummary.BuilderAttributeSummary.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)The list of customized properties along with the values for this objectConnection.BuilderConnection.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)The list of customized properties along with the values for this objectDataAsset.BuilderDataAsset.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)The list of customized properties along with the values for this objectEntity.BuilderEntity.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)The list of customized properties along with the values for this objectFolder.BuilderFolder.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)The list of customized properties along with the values for this objectGlossary.BuilderGlossary.Builder. customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)The list of customized properties along with the values for this objectTerm.BuilderTerm.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.
-