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