@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-08-08T09:59:24.837Z[Etc/UTC]") public class SynchronizeCloudServicesRequestDto extends Object
| Constructor and Description |
|---|
SynchronizeCloudServicesRequestDto() |
| Modifier and Type | Method and Description |
|---|---|
SynchronizeCloudServicesRequestDto |
addNewServicesExternalIdsItem(UUID newServicesExternalIdsItem) |
SynchronizeCloudServicesRequestDto |
addRemovedServicesSystemIdsItem(UUID removedServicesSystemIdsItem) |
boolean |
equals(Object o) |
@Valid List<UUID> |
getNewServicesExternalIds()
Get newServicesExternalIds
|
@Valid List<UUID> |
getRemovedServicesSystemIds()
Get removedServicesSystemIds
|
int |
hashCode() |
SynchronizeCloudServicesRequestDto |
newServicesExternalIds(List<UUID> newServicesExternalIds) |
SynchronizeCloudServicesRequestDto |
removedServicesSystemIds(List<UUID> removedServicesSystemIds) |
void |
setNewServicesExternalIds(List<UUID> newServicesExternalIds) |
void |
setRemovedServicesSystemIds(List<UUID> removedServicesSystemIds) |
String |
toString() |
public SynchronizeCloudServicesRequestDto newServicesExternalIds(List<UUID> newServicesExternalIds)
public SynchronizeCloudServicesRequestDto addNewServicesExternalIdsItem(UUID newServicesExternalIdsItem)
@Valid public @Valid List<UUID> getNewServicesExternalIds()
public SynchronizeCloudServicesRequestDto removedServicesSystemIds(List<UUID> removedServicesSystemIds)
public SynchronizeCloudServicesRequestDto addRemovedServicesSystemIdsItem(UUID removedServicesSystemIdsItem)
@Valid public @Valid List<UUID> getRemovedServicesSystemIds()
public void setRemovedServicesSystemIds(List<UUID> removedServicesSystemIds)
Copyright © 2025. All rights reserved.