public static final class UpdatePropertyResponseBody.FailedPropertyValues.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdatePropertyResponseBody.FailedPropertyValues |
build() |
UpdatePropertyResponseBody.FailedPropertyValues.Builder |
errorCode(String errorCode)
The error code.
|
UpdatePropertyResponseBody.FailedPropertyValues.Builder |
errorMessage(String errorMessage)
The error message.
|
UpdatePropertyResponseBody.FailedPropertyValues.Builder |
propertyId(Long propertyId)
The ID of the property.
|
UpdatePropertyResponseBody.FailedPropertyValues.Builder |
propertyValue(String propertyValue)
The value of the property.
|
public UpdatePropertyResponseBody.FailedPropertyValues.Builder errorCode(String errorCode)
The error code.
example:ExistedPropertyValue
public UpdatePropertyResponseBody.FailedPropertyValues.Builder errorMessage(String errorMessage)
The error message.
example:The property value is used by another property.
public UpdatePropertyResponseBody.FailedPropertyValues.Builder propertyId(Long propertyId)
The ID of the property.
example:390
public UpdatePropertyResponseBody.FailedPropertyValues.Builder propertyValue(String propertyValue)
The value of the property.
example:testvalue
public UpdatePropertyResponseBody.FailedPropertyValues build()
Copyright © 2026. All rights reserved.