Interface ContextDataType.Builder

    • Method Detail

      • ipAddress

        ContextDataType.Builder ipAddress​(String ipAddress)

        The source IP address of your user's device.

        Parameters:
        ipAddress - The source IP address of your user's device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverName

        ContextDataType.Builder serverName​(String serverName)

        The name of your application's service endpoint.

        Parameters:
        serverName - The name of your application's service endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverPath

        ContextDataType.Builder serverPath​(String serverPath)

        The path of your application's service endpoint.

        Parameters:
        serverPath - The path of your application's service endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpHeaders

        ContextDataType.Builder httpHeaders​(Collection<HttpHeader> httpHeaders)

        The HTTP headers from your user's authentication request.

        Parameters:
        httpHeaders - The HTTP headers from your user's authentication request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpHeaders

        ContextDataType.Builder httpHeaders​(HttpHeader... httpHeaders)

        The HTTP headers from your user's authentication request.

        Parameters:
        httpHeaders - The HTTP headers from your user's authentication request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.