public final class TransformType extends com.azure.core.util.ExpandableStringEnum<TransformType>
| Modifier and Type | Field and Description |
|---|---|
static TransformType |
LOWERCASE
Static value Lowercase for TransformType.
|
static TransformType |
REMOVE_NULLS
Static value RemoveNulls for TransformType.
|
static TransformType |
TRIM
Static value Trim for TransformType.
|
static TransformType |
UPPERCASE
Static value Uppercase for TransformType.
|
static TransformType |
URL_DECODE
Static value UrlDecode for TransformType.
|
static TransformType |
URL_ENCODE
Static value UrlEncode for TransformType.
|
| Constructor and Description |
|---|
TransformType() |
| Modifier and Type | Method and Description |
|---|---|
static TransformType |
fromString(String name)
Creates or finds a TransformType from its string representation.
|
static Collection<TransformType> |
values() |
public static final TransformType LOWERCASE
public static final TransformType UPPERCASE
public static final TransformType TRIM
public static final TransformType URL_DECODE
public static final TransformType URL_ENCODE
public static final TransformType REMOVE_NULLS
public static TransformType fromString(String name)
name - a name to look for.public static Collection<TransformType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.