JoinCustomAudienceRequest


public final class JoinCustomAudienceRequest


The request object to join a custom audience.

Summary

Public constructors

Public methods

boolean
equals(Object other)

Checks whether two JoinCustomAudienceRequest objects contain the same information.

final @NonNull CustomAudience

the custom audience to join.

int

Returns the hash of the JoinCustomAudienceRequest object's data.

@NonNull String

Public constructors

JoinCustomAudienceRequest

Added in 1.0.0
public JoinCustomAudienceRequest(@NonNull CustomAudience customAudience)
Parameters
@NonNull CustomAudience customAudience

the custom audience to join.

Public methods

equals

public boolean equals(Object other)

Checks whether two JoinCustomAudienceRequest objects contain the same information.

getCustomAudience

Added in 1.0.0
public final @NonNull CustomAudience getCustomAudience()

the custom audience to join.

hashCode

public int hashCode()

Returns the hash of the JoinCustomAudienceRequest object's data.

toString

public @NonNull String toString()