Interface GetConnectivityInfoResponse.Builder

    • Method Detail

      • connectivityInfo

        GetConnectivityInfoResponse.Builder connectivityInfo​(Collection<ConnectivityInfo> connectivityInfo)

        The connectivity information for the core device.

        Parameters:
        connectivityInfo - The connectivity information for the core device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectivityInfo

        GetConnectivityInfoResponse.Builder connectivityInfo​(ConnectivityInfo... connectivityInfo)

        The connectivity information for the core device.

        Parameters:
        connectivityInfo - The connectivity information for the core device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        GetConnectivityInfoResponse.Builder message​(String message)

        A message about the connectivity information request.

        Parameters:
        message - A message about the connectivity information request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.