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

    • ChangeMappingByExternalEntityRequest

      public ChangeMappingByExternalEntityRequest()
  • 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.
    • getExternalEntityUrl

      @Deprecated public String getExternalEntityUrl()
      Deprecated.
      This property will be removed in a future version.
      The external URL of the mapped resource.
    • getDescription

      @Deprecated public String getDescription()
      Deprecated.
      This property will be removed in a future version.
      The description of the mapped resource.
    • getMappedResourceId

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

      @Deprecated public Long 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 public SyncAction getSyncAction()
      Deprecated.
      This property will be removed in a future version.
      The type of the action performed during last successful synchronization.
    • 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.
    • setExternalEntityUrl

      @Deprecated public void setExternalEntityUrl(String externalEntityUrl)
      Deprecated.
      This property will be removed in a future version.
      The external URL of the mapped resource.
    • setDescription

      @Deprecated public void setDescription(String description)
      Deprecated.
      This property will be removed in a future version.
      The description of the mapped resource.
    • setMappedResourceId

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

      @Deprecated public void setLastSyncDate(Long lastSyncDate)
      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 public void setSyncAction(SyncAction syncAction)
      Deprecated.
      This property will be removed in a future version.
      The type of the action performed during last successful synchronization.
    • 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