public static final class UpdatePropertyResponseBody.UpdateResult.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdatePropertyResponseBody.UpdateResult |
build() |
UpdatePropertyResponseBody.UpdateResult.Builder |
propertyId(Long propertyId)
The ID of the property.
|
UpdatePropertyResponseBody.UpdateResult.Builder |
propertyKey(String propertyKey)
The name of the property.
|
UpdatePropertyResponseBody.UpdateResult.Builder |
savePropertyValueModel(UpdatePropertyResponseBody.SavePropertyValueModel savePropertyValueModel)
The result of the property value modification.
|
public UpdatePropertyResponseBody.UpdateResult.Builder propertyId(Long propertyId)
The ID of the property.
example:390
public UpdatePropertyResponseBody.UpdateResult.Builder propertyKey(String propertyKey)
The name of the property.
example:testkey2
public UpdatePropertyResponseBody.UpdateResult.Builder savePropertyValueModel(UpdatePropertyResponseBody.SavePropertyValueModel savePropertyValueModel)
The result of the property value modification.
public UpdatePropertyResponseBody.UpdateResult build()
Copyright © 2026. All rights reserved.