Uses of Class
com.oracle.bmc.dataintegration.model.ValidationMessage
-
Packages that use ValidationMessage Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ValidationMessage in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ValidationMessage Modifier and Type Method Description ValidationMessage
ValidationMessage.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type ValidationMessage Modifier and Type Method Description Map<String,List<ValidationMessage>>
DataFlowValidation. getValidationMessages()
The detailed information of the data flow object validation.Map<String,List<ValidationMessage>>
DataFlowValidationSummary. getValidationMessages()
The detailed information of the data flow object validation.Map<String,List<ValidationMessage>>
ExternalPublicationValidation. getValidationMessages()
Detailed information of the data flow object validation.Map<String,List<ValidationMessage>>
ExternalPublicationValidationSummary. getValidationMessages()
Detailed information of the data flow object validation.Map<String,List<ValidationMessage>>
PipelineValidation. getValidationMessages()
The detailed information of the pipeline object validation.Map<String,List<ValidationMessage>>
PipelineValidationSummary. getValidationMessages()
The detailed information of the pipeline object validation.Map<String,List<ValidationMessage>>
TaskValidation. getValidationMessages()
Detailed information of the data flow object validation.Map<String,List<ValidationMessage>>
TaskValidationSummary. getValidationMessages()
Detailed information of the data flow object validation.Map<String,List<ValidationMessage>>
UserDefinedFunctionValidation. getValidationMessages()
The detailed information of the UserDefinedFunction object validation.Map<String,List<ValidationMessage>>
UserDefinedFunctionValidationSummary. getValidationMessages()
The detailed information of the UserDefinedFunction object validation.Methods in com.oracle.bmc.dataintegration.model with parameters of type ValidationMessage Modifier and Type Method Description ValidationMessage.Builder
ValidationMessage.Builder. copy(ValidationMessage model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type ValidationMessage Modifier and Type Method Description DataFlowValidation.Builder
DataFlowValidation.Builder. validationMessages(Map<String,List<ValidationMessage>> validationMessages)
The detailed information of the data flow object validation.DataFlowValidationSummary.Builder
DataFlowValidationSummary.Builder. validationMessages(Map<String,List<ValidationMessage>> validationMessages)
The detailed information of the data flow object validation.ExternalPublicationValidation.Builder
ExternalPublicationValidation.Builder. validationMessages(Map<String,List<ValidationMessage>> validationMessages)
Detailed information of the data flow object validation.ExternalPublicationValidationSummary.Builder
ExternalPublicationValidationSummary.Builder. validationMessages(Map<String,List<ValidationMessage>> validationMessages)
Detailed information of the data flow object validation.PipelineValidation.Builder
PipelineValidation.Builder. validationMessages(Map<String,List<ValidationMessage>> validationMessages)
The detailed information of the pipeline object validation.PipelineValidationSummary.Builder
PipelineValidationSummary.Builder. validationMessages(Map<String,List<ValidationMessage>> validationMessages)
The detailed information of the pipeline object validation.TaskValidation.Builder
TaskValidation.Builder. validationMessages(Map<String,List<ValidationMessage>> validationMessages)
Detailed information of the data flow object validation.TaskValidationSummary.Builder
TaskValidationSummary.Builder. validationMessages(Map<String,List<ValidationMessage>> validationMessages)
Detailed information of the data flow object validation.UserDefinedFunctionValidation.Builder
UserDefinedFunctionValidation.Builder. validationMessages(Map<String,List<ValidationMessage>> validationMessages)
The detailed information of the UserDefinedFunction object validation.UserDefinedFunctionValidationSummary.Builder
UserDefinedFunctionValidationSummary.Builder. validationMessages(Map<String,List<ValidationMessage>> validationMessages)
The detailed information of the UserDefinedFunction object validation.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type ValidationMessage Constructor Description DataFlowValidation(Integer totalMessageCount, Integer errorMessageCount, Integer warnMessageCount, Integer infoMessageCount, Map<String,List<ValidationMessage>> validationMessages, String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, ObjectMetadata metadata)
Deprecated.DataFlowValidationSummary(Integer totalMessageCount, Integer errorMessageCount, Integer warnMessageCount, Integer infoMessageCount, Map<String,List<ValidationMessage>> validationMessages, String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, ObjectMetadata metadata)
Deprecated.ExternalPublicationValidation(Integer totalMessageCount, Integer errorMessageCount, Integer warnMessageCount, Integer infoMessageCount, Map<String,List<ValidationMessage>> validationMessages, String key)
Deprecated.ExternalPublicationValidationSummary(Integer totalMessageCount, Integer errorMessageCount, Integer warnMessageCount, Integer infoMessageCount, Map<String,List<ValidationMessage>> validationMessages, String key)
Deprecated.PipelineValidation(Integer totalMessageCount, Integer errorMessageCount, Integer warnMessageCount, Integer infoMessageCount, Map<String,List<ValidationMessage>> validationMessages, String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, ObjectMetadata metadata)
Deprecated.PipelineValidationSummary(Integer totalMessageCount, Integer errorMessageCount, Integer warnMessageCount, Integer infoMessageCount, Map<String,List<ValidationMessage>> validationMessages, String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, ObjectMetadata metadata)
Deprecated.TaskValidation(Integer totalMessageCount, Integer errorMessageCount, Integer warnMessageCount, Integer infoMessageCount, Map<String,List<ValidationMessage>> validationMessages, String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, ObjectMetadata metadata)
Deprecated.TaskValidationSummary(Integer totalMessageCount, Integer errorMessageCount, Integer warnMessageCount, Integer infoMessageCount, Map<String,List<ValidationMessage>> validationMessages, String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, ObjectMetadata metadata)
Deprecated.UserDefinedFunctionValidation(Integer totalMessageCount, Integer errorMessageCount, Integer warnMessageCount, Integer infoMessageCount, Map<String,List<ValidationMessage>> validationMessages, String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, ObjectMetadata metadata)
Deprecated.UserDefinedFunctionValidationSummary(Integer totalMessageCount, Integer errorMessageCount, Integer warnMessageCount, Integer infoMessageCount, Map<String,List<ValidationMessage>> validationMessages, String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, ObjectMetadata metadata)
Deprecated.
-