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) The description of the mapped resource.externalEntityId
(String externalEntityId) Required. The external ID of the mapped resource.externalEntityUrl
(String externalEntityUrl) The external URL of the mapped resource.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) The timestamp (in UTC time standard) of the last synchronization of mapped resource.mappedResourceId
(UUID mappedResourceId) The ID of the mapped resource.syncAction
(SyncAction syncAction) The type of the action performed during last successful synchronization.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
The external URL of the mapped resource.- Returns:
this
.
-
description
The description of the mapped resource.- Returns:
this
.
-
mappedResourceId
The ID of the mapped resource.- Returns:
this
.
-
lastSyncDate
The timestamp (in UTC time standard) of the last synchronization of mapped resource.- Returns:
this
.
-
syncAction
The type of the action performed during last successful synchronization.- Returns:
this
.
-
build
-
toString
-