Class AddMappingRequest
Object
AddMappingRequest
- All Implemented Interfaces:
Serializable
The properties of the mapping to be added.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AddMappingRequest.Builder
builder()
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.getId()
The ID of the new mapping.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
The ID of the new mapping.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
-
AddMappingRequest
public AddMappingRequest()
-
-
Method Details
-
builder
-
getId
The ID of the new mapping. -
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. -
setId
The ID of the new mapping. -
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
-