Class AddMappingRequest.Builder
Object
Builder
- Enclosing class:
AddMappingRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.description(String description) Deprecated.This property will be removed in a future version.externalEntityId(String externalEntityId) Required. The external ID of the mapped resource.externalEntityUrl(String externalEntityUrl) Deprecated.This property will be removed in a future version.externalSystemId(String externalSystemId) Required. The ID of the external system that the mapped resource belongs to.The ID of the new mapping.lastSyncDate(Long lastSyncDate) Deprecated.This property will be removed in a future version.mappedResourceId(UUID mappedResourceId) The ID of the mapped resource.syncAction(SyncAction syncAction) Deprecated.This property will be removed in a future version.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useAddMappingRequest.builder()Clone method for this Builder. -
id
The ID of the new mapping.- Returns:
this.
-
externalSystemId
Required. The ID of the external system that the mapped resource belongs to.- Returns:
this.
-
externalEntityId
Required. The external ID of the mapped resource.- Returns:
this.
-
externalEntityUrl
Deprecated.This property will be removed in a future version.The external URL of the mapped resource.- Returns:
this.
-
description
Deprecated.This property will be removed in a future version.The description of the mapped resource.- Returns:
this.
-
mappedResourceId
The ID of the mapped resource.- Returns:
this.
-
lastSyncDate
Deprecated.This property will be removed in a future version.The timestamp (in UTC time standard) of the last synchronization of mapped resource.- Returns:
this.
-
syncAction
Deprecated.This property will be removed in a future version.The type of the action performed during last successful synchronization.- Returns:
this.
-
build
-
toString
-