Class ChangeMappingByExternalEntityRequest

Object
ChangeMappingByExternalEntityRequest
All Implemented Interfaces:
Serializable

public class ChangeMappingByExternalEntityRequest extends Object implements Serializable
The properties of the mapping to be changed, for the mapping identified by its external IDs.
See Also:
  • Constructor Details Link icon

    • ChangeMappingByExternalEntityRequest Link icon

      public ChangeMappingByExternalEntityRequest()
  • Method Details Link icon

    • builder Link icon

    • getExternalSystemId Link icon

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

      public String getExternalEntityId()
      Required. The external ID of the mapped resource.
    • getExternalEntityUrl Link icon

      public String getExternalEntityUrl()
      The external URL of the mapped resource.
    • getDescription Link icon

      public String getDescription()
      The description of the mapped resource.
    • getMappedResourceId Link icon

      public UUID getMappedResourceId()
      The ID of the mapped resource.
    • getLastSyncDate Link icon

      public Long getLastSyncDate()
      The timestamp (in UTC time standard) of the last synchronization of mapped resource.
    • getSyncAction Link icon

      public SyncAction getSyncAction()
      The type of the action performed during last successful synchronization.
    • setExternalSystemId Link icon

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

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

      public void setExternalEntityUrl(String externalEntityUrl)
      The external URL of the mapped resource.
    • setDescription Link icon

      public void setDescription(String description)
      The description of the mapped resource.
    • setMappedResourceId Link icon

      public void setMappedResourceId(UUID mappedResourceId)
      The ID of the mapped resource.
    • setLastSyncDate Link icon

      public void setLastSyncDate(Long lastSyncDate)
      The timestamp (in UTC time standard) of the last synchronization of mapped resource.
    • setSyncAction Link icon

      public void setSyncAction(SyncAction syncAction)
      The type of the action performed during last successful synchronization.
    • equals Link icon

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

      protected boolean canEqual(Object other)
    • hashCode Link icon

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

      public String toString()
      Overrides:
      toString in class Object