Class ChangeMappingByExternalEntityRequest
Object
ChangeMappingByExternalEntityRequest
- All Implemented Interfaces:
Serializable
The properties of the mapping to be changed, for the mapping identified by its external IDs.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The description of the mapped resource.Required. The external ID of the mapped resource.The external URL of the mapped resource.Required. The ID of the external system that the mapped resource belongs to.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) Required. The external ID of the mapped resource.void
setExternalEntityUrl
(String externalEntityUrl) The external URL of the mapped resource.void
setExternalSystemId
(String externalSystemId) Required. The ID of the external system that the mapped resource belongs to.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
-
ChangeMappingByExternalEntityRequest
public ChangeMappingByExternalEntityRequest()
-
-
Method Details
-
builder
-
getExternalSystemId
Required. The ID of the external system that the mapped resource belongs to. -
getExternalEntityId
Required. 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. -
setExternalSystemId
Required. The ID of the external system that the mapped resource belongs to. -
setExternalEntityId
Required. 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
-