Uses of Class
com.azure.resourcemanager.cdn.models.TransformType
Packages that use TransformType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of TransformType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as TransformTypeModifier and TypeFieldDescriptionstatic final TransformTypeTransformType.LOWERCASEStatic value Lowercase for TransformType.static final TransformTypeTransformType.REMOVE_NULLSStatic value RemoveNulls for TransformType.static final TransformTypeTransformType.TRIMStatic value Trim for TransformType.static final TransformTypeTransformType.UPPERCASEStatic value Uppercase for TransformType.static final TransformTypeTransformType.URL_DECODEStatic value UrlDecode for TransformType.static final TransformTypeTransformType.URL_ENCODEStatic value UrlEncode for TransformType.Methods in com.azure.resourcemanager.cdn.models that return TransformTypeModifier and TypeMethodDescriptionstatic TransformTypeTransformType.fromString(String name) Creates or finds a TransformType from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type TransformTypeModifier and TypeMethodDescriptionMatchCondition.transforms()Get the transforms property: List of transforms.static Collection<TransformType> TransformType.values()Gets known TransformType values.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type TransformTypeModifier and TypeMethodDescriptionMatchCondition.withTransforms(List<TransformType> transforms) Set the transforms property: List of transforms.