static ComponentUpdateRequest.Builder |
ComponentUpdateRequest.builder() |
|
ComponentUpdateRequest.Builder |
ComponentUpdateRequest.Builder.componentTypeId(String componentTypeId) |
The ID of the component type.
|
ComponentUpdateRequest.Builder |
ComponentUpdateRequest.Builder.description(String description) |
The description of the component type.
|
ComponentUpdateRequest.Builder |
ComponentUpdateRequest.Builder.propertyGroupUpdates(Map<String,ComponentPropertyGroupRequest> propertyGroupUpdates) |
The property group updates.
|
ComponentUpdateRequest.Builder |
ComponentUpdateRequest.Builder.propertyUpdates(Map<String,PropertyRequest> propertyUpdates) |
An object that maps strings to the properties to set in the component type update.
|
ComponentUpdateRequest.Builder |
ComponentUpdateRequest.toBuilder() |
|
ComponentUpdateRequest.Builder |
ComponentUpdateRequest.Builder.updateType(String updateType) |
The update type of the component update request.
|
ComponentUpdateRequest.Builder |
ComponentUpdateRequest.Builder.updateType(ComponentUpdateType updateType) |
The update type of the component update request.
|