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