Interface Session.Builder

    • Method Detail

      • name

        Session.Builder name​(String name)

        The session name.

        Parameters:
        name - The session name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        Session.Builder url​(String url)

        The session URL.

        Parameters:
        url - The session URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isPrimary

        Session.Builder isPrimary​(Boolean isPrimary)

        When true, this Boolean value indicates the primary session for the specified resource.

        Parameters:
        isPrimary - When true, this Boolean value indicates the primary session for the specified resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.