public static class BulkUpdateNotesMetadata.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkUpdateNotesMetadata.Builder |
attributesNotesUpdated(Integer attributesNotesUpdated)
Total number attributes (both string and numeric) in TRACES namespace for which notes
were updated.
|
BulkUpdateNotesMetadata |
build() |
BulkUpdateNotesMetadata.Builder |
copy(BulkUpdateNotesMetadata model) |
BulkUpdateNotesMetadata.Builder |
operationStatus(BulkUpdateNotesMetadata.OperationStatus operationStatus)
Operation status of the bulk update notes operation.
|
BulkUpdateNotesMetadata.Builder |
operationType(BulkUpdateNotesMetadata.OperationType operationType)
Type of operation.
|
BulkUpdateNotesMetadata.Builder |
syntheticAttributesPinned(Integer syntheticAttributesPinned)
Total number attributes (both string and numeric) in SYNTHETIC namespace that were
pinned.
|
public BulkUpdateNotesMetadata.Builder operationStatus(BulkUpdateNotesMetadata.OperationStatus operationStatus)
Operation status of the bulk update notes operation. SUCCESS - The bulk updates notes request has succeeded and all the attributes in the bulk update notes request have been updated with the provided notes. The following are error statuses for the bulk update notes operation. EMPTY_ATTRIBUTE_LIST - The bulk update notes request object was empty and did not contain any attributes for which notes had to be updated. INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted in a processing error.
operationStatus
- the value to setpublic BulkUpdateNotesMetadata.Builder operationType(BulkUpdateNotesMetadata.OperationType operationType)
Type of operation.
operationType
- the value to setpublic BulkUpdateNotesMetadata.Builder attributesNotesUpdated(Integer attributesNotesUpdated)
Total number attributes (both string and numeric) in TRACES namespace for which notes were updated.
attributesNotesUpdated
- the value to setpublic BulkUpdateNotesMetadata.Builder syntheticAttributesPinned(Integer syntheticAttributesPinned)
Total number attributes (both string and numeric) in SYNTHETIC namespace that were pinned.
syntheticAttributesPinned
- the value to setpublic BulkUpdateNotesMetadata build()
public BulkUpdateNotesMetadata.Builder copy(BulkUpdateNotesMetadata model)
Copyright © 2016–2024. All rights reserved.