SetUUIDMetadata

Functions

Link copied to clipboard
abstract fun async(callback: Consumer<Result<Output>>)
Link copied to clipboard
abstract fun custom(custom: Map<String, Any>): SetUUIDMetadata
Link copied to clipboard
abstract fun email(email: String): SetUUIDMetadata
Link copied to clipboard
abstract fun externalId(externalId: String): SetUUIDMetadata
Link copied to clipboard
abstract fun ifMatchesEtag(@Nullable etag: @Nullable String): SetUUIDMetadata
Optional entity tag from a previously received `PNUUIDMetadata`.
Link copied to clipboard
abstract fun includeCustom(includeCustom: Boolean): SetUUIDMetadata
Link copied to clipboard
abstract fun name(name: String): SetUUIDMetadata
Link copied to clipboard
Link copied to clipboard
abstract fun overrideConfiguration(configuration: PNConfiguration): Endpoint<T>

Allows to override certain configuration options (see com.pubnub.api.v2.PNConfigurationOverride.Builder) for this request only.

Link copied to clipboard
abstract fun profileUrl(profileUrl: String): SetUUIDMetadata
Link copied to clipboard
abstract fun retry()
Link copied to clipboard
abstract fun silentCancel()
Link copied to clipboard
abstract fun status(status: String): SetUUIDMetadata
Link copied to clipboard
abstract fun sync(): Output
Link copied to clipboard
abstract fun type(type: String): SetUUIDMetadata
Link copied to clipboard
abstract fun uuid(uuid: String): SetUUIDMetadata