public class AnalyticsLinkType extends Object
| Modifier and Type | Field and Description |
|---|---|
static AnalyticsLinkType |
COUCHBASE_REMOTE
Couchbase remote cluster link.
|
static AnalyticsLinkType |
S3_EXTERNAL
S3 external link.
|
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsLinkType |
of(String wireName)
Creates a new type out of the wire representation.
|
String |
toString() |
String |
wireName() |
public static final AnalyticsLinkType S3_EXTERNAL
public static final AnalyticsLinkType COUCHBASE_REMOTE
@Stability.Internal public static AnalyticsLinkType of(String wireName)
wireName - (nullable) the name on the wirepublic String wireName()
Copyright © 2024 Couchbase, Inc.. All rights reserved.