Interface UserDetails.Builder

    • Method Detail

      • userName

        UserDetails.Builder userName​(String userName)

        A unique string that identifies a Transfer Family user associated with a server.

        Parameters:
        userName - A unique string that identifies a Transfer Family user associated with a server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverId

        UserDetails.Builder serverId​(String serverId)

        The system-assigned unique identifier for a Transfer server instance.

        Parameters:
        serverId - The system-assigned unique identifier for a Transfer server instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionId

        UserDetails.Builder sessionId​(String sessionId)

        The system-assigned unique identifier for a session that corresponds to the workflow.

        Parameters:
        sessionId - The system-assigned unique identifier for a session that corresponds to the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.