Class ChangeMappingRequest.Builder

  • Enclosing class:
    ChangeMappingRequest

    public static final class ChangeMappingRequest.Builder
    extends Object
    • Method Detail

      • id

        public ChangeMappingRequest.Builder id​(@NotNull
                                               @NotNull UUID id)
        Required. The ID of the mapping to be changed. Silently ignored if the ID is provided as path parameter of the request.
        Returns:
        this.
      • externalSystemId

        public ChangeMappingRequest.Builder externalSystemId​(String externalSystemId)
        The ID of the external system that the mapped resource belongs to.
        Returns:
        this.
      • externalEntityId

        public ChangeMappingRequest.Builder externalEntityId​(String externalEntityId)
        The external ID of the mapped resource.
        Returns:
        this.
      • externalEntityUrl

        public ChangeMappingRequest.Builder externalEntityUrl​(String externalEntityUrl)
        The external URL of the mapped resource.
        Returns:
        this.
      • description

        public ChangeMappingRequest.Builder description​(String description)
        The description of the mapped resource.
        Returns:
        this.
      • mappedResourceId

        public ChangeMappingRequest.Builder mappedResourceId​(UUID mappedResourceId)
        The ID of the mapped resource.
        Returns:
        this.
      • lastSyncDate

        public ChangeMappingRequest.Builder lastSyncDate​(Long lastSyncDate)
        The timestamp (in UTC time standard) of the last synchronization of mapped resource.
        Returns:
        this.
      • toString

        public String toString()
        Overrides:
        toString in class Object