public final class SyncAgentState extends com.microsoft.rest.ExpandableStringEnum<SyncAgentState>
| Modifier and Type | Field and Description |
|---|---|
static SyncAgentState |
NEVER_CONNECTED
Static value NeverConnected for SyncAgentState.
|
static SyncAgentState |
OFFLINE
Static value Offline for SyncAgentState.
|
static SyncAgentState |
ONLINE
Static value Online for SyncAgentState.
|
| Constructor and Description |
|---|
SyncAgentState() |
| Modifier and Type | Method and Description |
|---|---|
static SyncAgentState |
fromString(String name)
Creates or finds a SyncAgentState from its string representation.
|
static Collection<SyncAgentState> |
values() |
public static final SyncAgentState ONLINE
public static final SyncAgentState OFFLINE
public static final SyncAgentState NEVER_CONNECTED
public static SyncAgentState fromString(String name)
name - a name to look forpublic static Collection<SyncAgentState> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/