Uses of Class
com.oracle.bmc.apmtraces.model.AttributeUpdateNotesResponse
-
Packages that use AttributeUpdateNotesResponse Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeUpdateNotesResponse in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeUpdateNotesResponse Modifier and Type Method Description AttributeUpdateNotesResponse
AttributeUpdateNotesResponse.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type AttributeUpdateNotesResponse Modifier and Type Method Description List<AttributeUpdateNotesResponse>
BulkUpdateNotesStatus. getAttributeStatuses()
We preserve the order of the attribute items from the bulk update notes request in this collection.Methods in com.oracle.bmc.apmtraces.model with parameters of type AttributeUpdateNotesResponse Modifier and Type Method Description AttributeUpdateNotesResponse.Builder
AttributeUpdateNotesResponse.Builder. copy(AttributeUpdateNotesResponse model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type AttributeUpdateNotesResponse Modifier and Type Method Description BulkUpdateNotesStatus.Builder
BulkUpdateNotesStatus.Builder. attributeStatuses(List<AttributeUpdateNotesResponse> attributeStatuses)
We preserve the order of the attribute items from the bulk update notes request in this collection.Constructor parameters in com.oracle.bmc.apmtraces.model with type arguments of type AttributeUpdateNotesResponse Constructor Description BulkUpdateNotesStatus(List<AttributeUpdateNotesResponse> attributeStatuses, BulkUpdateNotesMetadata bulkUpdateNotesMetadata)
Deprecated.
-