public final class CacheKeyQueryStringActionParameters extends Object
| Constructor and Description |
|---|
CacheKeyQueryStringActionParameters()
Creates an instance of CacheKeyQueryStringActionParameters class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
odataType()
Get the odataType property: The @odata.type property.
|
String |
queryParameters()
Get the queryParameters property: query parameters to include or exclude (comma separated).
|
QueryStringBehavior |
queryStringBehavior()
Get the queryStringBehavior property: Caching behavior for the requests.
|
void |
validate()
Validates the instance.
|
CacheKeyQueryStringActionParameters |
withOdataType(String odataType)
Set the odataType property: The @odata.type property.
|
CacheKeyQueryStringActionParameters |
withQueryParameters(String queryParameters)
Set the queryParameters property: query parameters to include or exclude (comma separated).
|
CacheKeyQueryStringActionParameters |
withQueryStringBehavior(QueryStringBehavior queryStringBehavior)
Set the queryStringBehavior property: Caching behavior for the requests.
|
public CacheKeyQueryStringActionParameters()
public String odataType()
public CacheKeyQueryStringActionParameters withOdataType(String odataType)
odataType - the odataType value to set.public QueryStringBehavior queryStringBehavior()
public CacheKeyQueryStringActionParameters withQueryStringBehavior(QueryStringBehavior queryStringBehavior)
queryStringBehavior - the queryStringBehavior value to set.public String queryParameters()
public CacheKeyQueryStringActionParameters withQueryParameters(String queryParameters)
queryParameters - the queryParameters value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.