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