public static interface BatchGetAssetPropertyValueHistorySkippedEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistorySkippedEntry.Builder,BatchGetAssetPropertyValueHistorySkippedEntry>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueHistorySkippedEntry.Builder entryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.BatchGetAssetPropertyValueHistorySkippedEntry.Builder completionStatus(String completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
completionStatus - The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.BatchEntryCompletionStatus,
BatchEntryCompletionStatusBatchGetAssetPropertyValueHistorySkippedEntry.Builder completionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
completionStatus - The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.BatchEntryCompletionStatus,
BatchEntryCompletionStatusBatchGetAssetPropertyValueHistorySkippedEntry.Builder errorInfo(BatchGetAssetPropertyValueHistoryErrorInfo errorInfo)
The error information, such as the error code and the timestamp.
errorInfo - The error information, such as the error code and the timestamp.default BatchGetAssetPropertyValueHistorySkippedEntry.Builder errorInfo(Consumer<BatchGetAssetPropertyValueHistoryErrorInfo.Builder> errorInfo)
The error information, such as the error code and the timestamp.
This is a convenience method that creates an instance of theBatchGetAssetPropertyValueHistoryErrorInfo.Builder avoiding the need to create one manually via
BatchGetAssetPropertyValueHistoryErrorInfo.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to errorInfo(BatchGetAssetPropertyValueHistoryErrorInfo).
errorInfo - a consumer that will call methods on BatchGetAssetPropertyValueHistoryErrorInfo.BuildererrorInfo(BatchGetAssetPropertyValueHistoryErrorInfo)Copyright © 2023. All rights reserved.