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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDeprecated.This property will be removed in a future version.Required. The external ID of the mapped resource.Deprecated.This property will be removed in a future version.Required. The ID of the external system that the mapped resource belongs to.Deprecated.This property will be removed in a future version.The ID of the mapped resource.Deprecated.This property will be removed in a future version.inthashCode()voidsetDescription(String description) Deprecated.This property will be removed in a future version.voidsetExternalEntityId(String externalEntityId) Required. The external ID of the mapped resource.voidsetExternalEntityUrl(String externalEntityUrl) Deprecated.This property will be removed in a future version.voidsetExternalSystemId(String externalSystemId) Required. The ID of the external system that the mapped resource belongs to.voidsetLastSyncDate(Long lastSyncDate) Deprecated.This property will be removed in a future version.voidsetMappedResourceId(UUID mappedResourceId) The ID of the mapped resource.voidsetSyncAction(SyncAction syncAction) Deprecated.This property will be removed in a future version.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
Deprecated.This property will be removed in a future version.The external URL of the mapped resource. -
getDescription
Deprecated.This property will be removed in a future version.The description of the mapped resource. -
getMappedResourceId
The ID of the mapped resource. -
getLastSyncDate
Deprecated.This property will be removed in a future version.The timestamp (in UTC time standard) of the last synchronization of mapped resource. -
getSyncAction
Deprecated.This property will be removed in a future version.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
Deprecated.This property will be removed in a future version.The external URL of the mapped resource. -
setDescription
Deprecated.This property will be removed in a future version.The description of the mapped resource. -
setMappedResourceId
The ID of the mapped resource. -
setLastSyncDate
Deprecated.This property will be removed in a future version.The timestamp (in UTC time standard) of the last synchronization of mapped resource. -
setSyncAction
Deprecated.This property will be removed in a future version.The type of the action performed during last successful synchronization. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-