public static interface ParentEntityUpdateRequest.Builder extends SdkPojo, CopyableBuilder<ParentEntityUpdateRequest.Builder,ParentEntityUpdateRequest>
| Modifier and Type | Method and Description |
|---|---|
ParentEntityUpdateRequest.Builder |
parentEntityId(String parentEntityId)
The ID of the parent entity.
|
ParentEntityUpdateRequest.Builder |
updateType(ParentEntityUpdateType updateType)
The type of the update.
|
ParentEntityUpdateRequest.Builder |
updateType(String updateType)
The type of the update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParentEntityUpdateRequest.Builder parentEntityId(String parentEntityId)
The ID of the parent entity.
parentEntityId - The ID of the parent entity.ParentEntityUpdateRequest.Builder updateType(String updateType)
The type of the update.
updateType - The type of the update.ParentEntityUpdateType,
ParentEntityUpdateTypeParentEntityUpdateRequest.Builder updateType(ParentEntityUpdateType updateType)
The type of the update.
updateType - The type of the update.ParentEntityUpdateType,
ParentEntityUpdateTypeCopyright © 2022. All rights reserved.