public final class Scheme extends com.azure.core.util.ExpandableStringEnum<Scheme>
| Modifier and Type | Field and Description |
|---|---|
static Scheme |
HTTP
Static value http for Scheme.
|
static Scheme |
HTTPS
Static value https for Scheme.
|
| Constructor and Description |
|---|
Scheme() |
| Modifier and Type | Method and Description |
|---|---|
static Scheme |
fromString(String name)
Creates or finds a Scheme from its string representation.
|
static Collection<Scheme> |
values() |
public static final Scheme HTTP
public static final Scheme HTTPS
public static Scheme fromString(String name)
name - a name to look for.public static Collection<Scheme> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.