PurgeParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.PurgeParameters

public class PurgeParameters

Parameters required for content purge.

Constructor Summary

Constructor Description
PurgeParameters()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> contentPaths()

Get the path to the content to be purged.

PurgeParameters withContentPaths(List<String> contentPaths)

Set the path to the content to be purged.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

PurgeParameters

public PurgeParameters()

Method Details

contentPaths

public List contentPaths()

Get the path to the content to be purged. Can describe a file path or a wild card directory.

Returns:

the contentPaths value

withContentPaths

public PurgeParameters withContentPaths(List contentPaths)

Set the path to the content to be purged. Can describe a file path or a wild card directory.

Parameters:

contentPaths - the contentPaths value to set

Returns:

the PurgeParameters object itself.

Applies to