Class GetMappingByExternalEntityRequest
Object
GetMappingByExternalEntityRequest
- All Implemented Interfaces:
Serializable
The criteria for searching the mapping identified by its external IDs.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The external ID of the mapped resource.Required. The ID of the external system that the mapped resource belongs to.inthashCode()voidsetExternalEntityId(String externalEntityId) Required. The external ID of the mapped resource.voidsetExternalSystemId(String externalSystemId) Required. The ID of the external system that the mapped resource belongs to.toString()
-
Constructor Details
-
GetMappingByExternalEntityRequest
public GetMappingByExternalEntityRequest()
-
-
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. -
setExternalSystemId
Required. The ID of the external system that the mapped resource belongs to. -
setExternalEntityId
Required. The external ID of the mapped resource. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-