Class BulkUpdateNotesMetadata.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • operationStatus

        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.

        Parameters:
        operationStatus - the value to set
        Returns:
        this builder
      • attributesNotesUpdated

        public BulkUpdateNotesMetadata.Builder attributesNotesUpdated​(Integer attributesNotesUpdated)
        Total number attributes (both string and numeric) in TRACES namespace for which notes were updated.
        Parameters:
        attributesNotesUpdated - the value to set
        Returns:
        this builder
      • syntheticAttributesPinned

        public BulkUpdateNotesMetadata.Builder syntheticAttributesPinned​(Integer syntheticAttributesPinned)
        Total number attributes (both string and numeric) in SYNTHETIC namespace that were pinned.
        Parameters:
        syntheticAttributesPinned - the value to set
        Returns:
        this builder