Class AddMappingRequest.Builder

  • Enclosing class:
    AddMappingRequest

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

      • externalSystemId

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

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

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

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

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

        public AddMappingRequest.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