Class ChangeMappingByMappedResourceRequest.Builder
Object
Builder
- Enclosing class:
ChangeMappingByMappedResourceRequest
-
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) Required. The ID of the external system that the mapped resource belongs to.lastSyncDate(Long lastSyncDate) Deprecated.This property will be removed in a future version.mappedResourceId(UUID mappedResourceId) Required. 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, useChangeMappingByMappedResourceRequest.builder()Clone method for this Builder. -
externalSystemId
Required. 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 public ChangeMappingByMappedResourceRequest.Builder externalEntityUrl(String 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
Required. 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
-