UserEngagementTracking Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. communication. models. UserEngagementTracking
- com.
- com.
public final class UserEngagementTracking
extends ExpandableStringEnum<UserEngagementTracking>
Describes whether user engagement tracking is enabled or disabled.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
User |
DISABLED
Static value Disabled for User |
|
static final
User |
ENABLED
Static value Enabled for User |
Constructor Summary
| Constructor | Description |
|---|---|
| UserEngagementTracking() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
User |
fromString(String name)
Creates or finds a User |
|
static
Collection<User |
values()
Gets known User |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final UserEngagementTracking DISABLED
Static value Disabled for UserEngagementTracking.
ENABLED
public static final UserEngagementTracking ENABLED
Static value Enabled for UserEngagementTracking.
Constructor Details
UserEngagementTracking
@Deprecated
public UserEngagementTracking()
Deprecated
Creates a new instance of UserEngagementTracking value.
Method Details
fromString
public static UserEngagementTracking fromString(String name)
Creates or finds a UserEngagementTracking from its string representation.
Parameters:
Returns:
values
public static Collection<UserEngagementTracking> values()
Gets known UserEngagementTracking values.
Returns: