Class GetMappingByExternalEntityRequest

Object
GetMappingByExternalEntityRequest
All Implemented Interfaces:
Serializable

public class GetMappingByExternalEntityRequest extends Object implements Serializable
The criteria for searching the mapping identified by its external IDs.
See Also:
  • Constructor Details

    • GetMappingByExternalEntityRequest

      public GetMappingByExternalEntityRequest()
  • Method Details

    • builder

    • getExternalSystemId

      public String getExternalSystemId()
      Required. The ID of the external system that the mapped resource belongs to.
    • getExternalEntityId

      public String getExternalEntityId()
      Required. The external ID of the mapped resource.
    • setExternalSystemId

      public void setExternalSystemId(String externalSystemId)
      Required. The ID of the external system that the mapped resource belongs to.
    • setExternalEntityId

      public void setExternalEntityId(String externalEntityId)
      Required. The external ID of the mapped resource.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object