Class ChangeMappingRequest.Builder
Object
Builder
- Enclosing class:
ChangeMappingRequest
-
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) The external ID of the mapped resource.externalEntityUrl(String externalEntityUrl) Deprecated.This property will be removed in a future version.externalSystemId(String externalSystemId) The ID of the external system that the mapped resource belongs to.Required. The ID of the mapping to be changed.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, useChangeMappingRequest.builder()Clone method for this Builder. -
id
Required. The ID of the mapping to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this.
-
externalSystemId
The ID of the external system that the mapped resource belongs to.- Returns:
this.
-
externalEntityId
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
-