public class

HistoryUriBuilder

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.history.HistoryUriBuilder

Class Overview

Utility builder class to generate the uri used to query the History provider.

Summary

Public Constructors
HistoryUriBuilder(Uri historyLogUri)
Public Methods
HistoryUriBuilder appendProvider(int providerId)
Add the provider ids that will be part of the query.
Uri build()
Creates and returns the uri that contains the provider id parameters.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HistoryUriBuilder (Uri historyLogUri)

Since: API Level 1.5

Public Methods

public HistoryUriBuilder appendProvider (int providerId)

Since: API Level 1.5

Add the provider ids that will be part of the query.

Parameters
providerId the provider ID
Returns
  • the builder

public Uri build ()

Since: API Level 1.5

Creates and returns the uri that contains the provider id parameters.

Returns
  • the generated uri