Uses of Class
com.oracle.bmc.datacatalog.model.CreateTagDetails
-
Packages that use CreateTagDetails Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of CreateTagDetails in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return CreateTagDetails Modifier and Type Method Description CreateTagDetails
CreateTagDetails.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type CreateTagDetails Modifier and Type Method Description CreateTagDetails.Builder
CreateTagDetails.Builder. copy(CreateTagDetails model)
-
Uses of CreateTagDetails in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return CreateTagDetails Modifier and Type Method Description CreateTagDetails
CreateAttributeTagRequest. getBody$()
Alternative accessor for the body parameter.CreateTagDetails
CreateDataAssetTagRequest. getBody$()
Alternative accessor for the body parameter.CreateTagDetails
CreateEntityTagRequest. getBody$()
Alternative accessor for the body parameter.CreateTagDetails
CreateFolderTagRequest. getBody$()
Alternative accessor for the body parameter.CreateTagDetails
CreateAttributeTagRequest. getCreateAttributeTagDetails()
The information used to create an entity attribute tag.CreateTagDetails
CreateDataAssetTagRequest. getCreateDataAssetTagDetails()
The information used to create the data asset tag.CreateTagDetails
CreateEntityTagRequest. getCreateEntityTagDetails()
The information used to create the entity tag.CreateTagDetails
CreateFolderTagRequest. getCreateFolderTagDetails()
The information used to create the folder tag.Methods in com.oracle.bmc.datacatalog.requests with parameters of type CreateTagDetails Modifier and Type Method Description CreateAttributeTagRequest.Builder
CreateAttributeTagRequest.Builder. body$(CreateTagDetails body)
Alternative setter for the body parameter.CreateDataAssetTagRequest.Builder
CreateDataAssetTagRequest.Builder. body$(CreateTagDetails body)
Alternative setter for the body parameter.CreateEntityTagRequest.Builder
CreateEntityTagRequest.Builder. body$(CreateTagDetails body)
Alternative setter for the body parameter.CreateFolderTagRequest.Builder
CreateFolderTagRequest.Builder. body$(CreateTagDetails body)
Alternative setter for the body parameter.CreateAttributeTagRequest.Builder
CreateAttributeTagRequest.Builder. createAttributeTagDetails(CreateTagDetails createAttributeTagDetails)
The information used to create an entity attribute tag.CreateDataAssetTagRequest.Builder
CreateDataAssetTagRequest.Builder. createDataAssetTagDetails(CreateTagDetails createDataAssetTagDetails)
The information used to create the data asset tag.CreateEntityTagRequest.Builder
CreateEntityTagRequest.Builder. createEntityTagDetails(CreateTagDetails createEntityTagDetails)
The information used to create the entity tag.CreateFolderTagRequest.Builder
CreateFolderTagRequest.Builder. createFolderTagDetails(CreateTagDetails createFolderTagDetails)
The information used to create the folder tag.
-