LoadParameters Class

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

public class LoadParameters

Parameters required for content load.

Constructor Summary

Constructor Description
LoadParameters()

Method Summary

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

Get the path to the content to be loaded.

LoadParameters withContentPaths(List<String> contentPaths)

Set the path to the content to be loaded.

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

LoadParameters

public LoadParameters()

Method Details

contentPaths

public List contentPaths()

Get the path to the content to be loaded. Path should be a relative file URL of the origin.

Returns:

the contentPaths value

withContentPaths

public LoadParameters withContentPaths(List contentPaths)

Set the path to the content to be loaded. Path should be a relative file URL of the origin.

Parameters:

contentPaths - the contentPaths value to set

Returns:

the LoadParameters object itself.

Applies to