UpdateSignalsRequest


@ExperimentalFeatures.Ext12OptIn
public final class UpdateSignalsRequest


The request object for updateSignals.

{@code updateUri} is the only parameter. It represents the URI that the service will reach out to retrieve the signals updates.

Summary

Public constructors

Public methods

boolean
equals(Object other)

Checks whether two UpdateSignalsRequest objects contain the same information.

final @NonNull Uri
int

Returns the hash of the UpdateSignalsRequest object's data.

@NonNull String

Return the string representation of the UpdateSignalsRequest

Public constructors

UpdateSignalsRequest

Added in 1.1.0-beta08
public UpdateSignalsRequest(@NonNull Uri updateUri)

Public methods

equals

public boolean equals(Object other)

Checks whether two UpdateSignalsRequest objects contain the same information.

getUpdateUri

Added in 1.1.0-beta08
public final @NonNull Uri getUpdateUri()

hashCode

public int hashCode()

Returns the hash of the UpdateSignalsRequest object's data.

toString

public @NonNull String toString()

Return the string representation of the UpdateSignalsRequest