Uses of Class
com.azure.resourcemanager.cdn.models.TransformType
-
Packages that use TransformType Package Description com.azure.resourcemanager.cdn.models 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 TransformType Modifier and Type Field Description static TransformTypeTransformType. LOWERCASEStatic value Lowercase for TransformType.static TransformTypeTransformType. REMOVE_NULLSStatic value RemoveNulls for TransformType.static TransformTypeTransformType. TRIMStatic value Trim for TransformType.static TransformTypeTransformType. UPPERCASEStatic value Uppercase for TransformType.static TransformTypeTransformType. URL_DECODEStatic value UrlDecode for TransformType.static TransformTypeTransformType. URL_ENCODEStatic value UrlEncode for TransformType.Methods in com.azure.resourcemanager.cdn.models that return TransformType Modifier and Type Method Description static 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 TransformType Modifier and Type Method Description List<TransformType>MatchCondition. transforms()Get the transforms property: List of transforms.static Collection<TransformType>TransformType. values()Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type TransformType Modifier and Type Method Description MatchConditionMatchCondition. withTransforms(List<TransformType> transforms)Set the transforms property: List of transforms.
-