Class GetMappingByMappedResourceRequest
Object
GetMappingByMappedResourceRequest
- All Implemented Interfaces:
Serializable
The criteria for searching the mapping identified by its external system IDs and mapped resource ID.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe ID of the external system that the mapped resource belongs to.The ID of the mapped resource.inthashCode()voidsetExternalSystemId(String externalSystemId) The ID of the external system that the mapped resource belongs to.voidsetMappedResourceId(UUID mappedResourceId) The ID of the mapped resource.toString()
-
Constructor Details
-
GetMappingByMappedResourceRequest
public GetMappingByMappedResourceRequest()
-
-
Method Details
-
builder
-
getExternalSystemId
The ID of the external system that the mapped resource belongs to. -
getMappedResourceId
The ID of the mapped resource. -
setExternalSystemId
The ID of the external system that the mapped resource belongs to. -
setMappedResourceId
The ID of the mapped resource. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-