Class ChangeMappingRequest
Object
ChangeMappingRequest
- All Implemented Interfaces:
Serializable
The properties of the mapping to be changed, for the mapping identified by its ID.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeMappingRequest.Builder
builder()
protected boolean
boolean
The description of the mapped resource.The external ID of the mapped resource.The external URL of the mapped resource.The ID of the external system that the mapped resource belongs to.getId()
Required. The ID of the mapping to be changed.The timestamp (in UTC time standard) of the last synchronization of mapped resource.The ID of the mapped resource.The type of the action performed during last successful synchronization.int
hashCode()
void
setDescription
(String description) The description of the mapped resource.void
setExternalEntityId
(String externalEntityId) The external ID of the mapped resource.void
setExternalEntityUrl
(String externalEntityUrl) The external URL of the mapped resource.void
setExternalSystemId
(String externalSystemId) The ID of the external system that the mapped resource belongs to.void
Required. The ID of the mapping to be changed.void
setLastSyncDate
(Long lastSyncDate) The timestamp (in UTC time standard) of the last synchronization of mapped resource.void
setMappedResourceId
(UUID mappedResourceId) The ID of the mapped resource.void
setSyncAction
(SyncAction syncAction) The type of the action performed during last successful synchronization.toString()
-
Constructor Details
-
ChangeMappingRequest
public ChangeMappingRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the mapping to be changed. Silently ignored if the ID is provided as path parameter of the request. -
getExternalSystemId
The ID of the external system that the mapped resource belongs to. -
getExternalEntityId
The external ID of the mapped resource. -
getExternalEntityUrl
The external URL of the mapped resource. -
getDescription
The description of the mapped resource. -
getMappedResourceId
The ID of the mapped resource. -
getLastSyncDate
The timestamp (in UTC time standard) of the last synchronization of mapped resource. -
getSyncAction
The type of the action performed during last successful synchronization. -
setId
Required. The ID of the mapping to be changed. Silently ignored if the ID is provided as path parameter of the request. -
setExternalSystemId
The ID of the external system that the mapped resource belongs to. -
setExternalEntityId
The external ID of the mapped resource. -
setExternalEntityUrl
The external URL of the mapped resource. -
setDescription
The description of the mapped resource. -
setMappedResourceId
The ID of the mapped resource. -
setLastSyncDate
The timestamp (in UTC time standard) of the last synchronization of mapped resource. -
setSyncAction
The type of the action performed during last successful synchronization. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-