Aracılığıyla paylaş


CacheKeyQueryStringActionParameters Class

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

public class CacheKeyQueryStringActionParameters

Defines the parameters for the cache-key query string action.

Constructor Summary

Constructor Description
CacheKeyQueryStringActionParameters()

Creates an instance of CacheKeyQueryStringActionParameters class.

Method Summary

Modifier and Type Method and Description
java.lang.String odatatype()

Get the odatatype value.

java.lang.String queryParameters()

Get query parameters to include or exclude (comma separated).

QueryStringBehavior queryStringBehavior()

Get caching behavior for the requests.

CacheKeyQueryStringActionParameters withOdatatype(String odatatype)

Set the odatatype value.

CacheKeyQueryStringActionParameters withQueryParameters(String queryParameters)

Set query parameters to include or exclude (comma separated).

CacheKeyQueryStringActionParameters withQueryStringBehavior(QueryStringBehavior queryStringBehavior)

Set caching behavior for the requests.

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

CacheKeyQueryStringActionParameters

public CacheKeyQueryStringActionParameters()

Creates an instance of CacheKeyQueryStringActionParameters class.

Method Details

odatatype

public String odatatype()

Get the odatatype value.

Returns:

the odatatype value

queryParameters

public String queryParameters()

Get query parameters to include or exclude (comma separated).

Returns:

the queryParameters value

queryStringBehavior

public QueryStringBehavior queryStringBehavior()

Get caching behavior for the requests. Possible values include: 'Include', 'IncludeAll', 'Exclude', 'ExcludeAll'.

Returns:

the queryStringBehavior value

withOdatatype

public CacheKeyQueryStringActionParameters withOdatatype(String odatatype)

Set the odatatype value.

Parameters:

odatatype - the odatatype value to set

Returns:

the CacheKeyQueryStringActionParameters object itself.

withQueryParameters

public CacheKeyQueryStringActionParameters withQueryParameters(String queryParameters)

Set query parameters to include or exclude (comma separated).

Parameters:

queryParameters - the queryParameters value to set

Returns:

the CacheKeyQueryStringActionParameters object itself.

withQueryStringBehavior

public CacheKeyQueryStringActionParameters withQueryStringBehavior(QueryStringBehavior queryStringBehavior)

Set caching behavior for the requests. Possible values include: 'Include', 'IncludeAll', 'Exclude', 'ExcludeAll'.

Parameters:

queryStringBehavior - the queryStringBehavior value to set

Returns:

the CacheKeyQueryStringActionParameters object itself.

Applies to