public static interface UpdateParam.Builder extends SdkPojo, CopyableBuilder<UpdateParam.Builder,UpdateParam>
| Modifier and Type | Method and Description |
|---|---|
UpdateParam.Builder |
type(String type)
The keys associated with an update request.
|
UpdateParam.Builder |
type(UpdateParamType type)
The keys associated with an update request.
|
UpdateParam.Builder |
value(String value)
The value of the keys submitted as part of an update request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateParam.Builder type(String type)
The keys associated with an update request.
type - The keys associated with an update request.UpdateParamType,
UpdateParamTypeUpdateParam.Builder type(UpdateParamType type)
The keys associated with an update request.
type - The keys associated with an update request.UpdateParamType,
UpdateParamTypeUpdateParam.Builder value(String value)
The value of the keys submitted as part of an update request.
value - The value of the keys submitted as part of an update request.Copyright © 2020. All rights reserved.