Uses of Class
com.oracle.bmc.apmtraces.model.BulkUpdateAttributeNotesDetail
-
Packages that use BulkUpdateAttributeNotesDetail Package Description com.oracle.bmc.apmtraces.model -
-
Uses of BulkUpdateAttributeNotesDetail in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return BulkUpdateAttributeNotesDetail Modifier and Type Method Description BulkUpdateAttributeNotesDetail
BulkUpdateAttributeNotesDetail.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type BulkUpdateAttributeNotesDetail Modifier and Type Method Description List<BulkUpdateAttributeNotesDetail>
BulkUpdateAttributeNotesDetails. getAttributeDetails()
Collection of objects containing the details about individual attribute for which notes are to be updated.Methods in com.oracle.bmc.apmtraces.model with parameters of type BulkUpdateAttributeNotesDetail Modifier and Type Method Description BulkUpdateAttributeNotesDetail.Builder
BulkUpdateAttributeNotesDetail.Builder. copy(BulkUpdateAttributeNotesDetail model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type BulkUpdateAttributeNotesDetail Modifier and Type Method Description BulkUpdateAttributeNotesDetails.Builder
BulkUpdateAttributeNotesDetails.Builder. attributeDetails(List<BulkUpdateAttributeNotesDetail> attributeDetails)
Collection of objects containing the details about individual attribute for which notes are to be updated.Constructor parameters in com.oracle.bmc.apmtraces.model with type arguments of type BulkUpdateAttributeNotesDetail Constructor Description BulkUpdateAttributeNotesDetails(List<BulkUpdateAttributeNotesDetail> attributeDetails)
Deprecated.
-