你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TransformType 类

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.TransformType

public final class TransformType
extends com.microsoft.rest.ExpandableStringEnum<TransformType>

定义 TransformType 的值。

字段摘要

修饰符和类型 字段和描述
static final TransformType LOWERCASE

转换类型的静态值小写。

static final TransformType REMOVE_NULLS

静态值 RemoveNulls for TransformType。

static final TransformType TRIM

转换类型的静态值 Trim。

static final TransformType UPPERCASE

转换类型的静态值大写。

static final TransformType URL_DECODE

转换类型的静态值 URL解码。

static final TransformType URL_ENCODE

转换类型的静态值 URL编码。

构造函数摘要

构造函数 说明
TransformType()

方法摘要

修饰符和类型 方法和描述
static TransformType fromString(String name)

从转换类型的字符串表示形式创建或查找转换类型。

static java.util.Collection<TransformType> values()

方法继承自 com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

方法继承自 java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

字段详细信息

LOWERCASE

public static final TransformType LOWERCASE

TransformType 的静态值小写。

REMOVE_NULLS

public static final TransformType REMOVE_NULLS

TransformType 的静态值 RemoveNulls。

TRIM

public static final TransformType TRIM

TransformType 的静态值 Trim。

UPPERCASE

public static final TransformType UPPERCASE

TransformType 的静态值大写。

URL_DECODE

public static final TransformType URL_DECODE

TransformType 的静态值 UrlDecode。

URL_ENCODE

public static final TransformType URL_ENCODE

TransformType 的静态值 UrlEncode。

构造函数详细信息

TransformType

public TransformType()

方法详细信息

fromString

public static TransformType fromString(String name)

从其字符串表示形式创建或查找 TransformType。

Parameters:

name - 要查找的名称

Returns:

相应的 TransformType

values

public static Collection values()

Returns:

已知的 TransformType 值

适用于