CookiesMatchConditionParameters Class
- java.
lang. Object - com.
microsoft. azure. management. cdn. CookiesMatchConditionParameters
- com.
public class CookiesMatchConditionParameters
Defines the parameters for Cookies match conditions.
Constructor Summary
Constructor | Description |
---|---|
CookiesMatchConditionParameters() |
Creates an instance of Cookies |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
matchValues()
Get the match value for the condition of the delivery rule. |
java.lang.Boolean |
negateCondition()
Get describes if this is negate condition or not. |
java.lang.String |
odatatype()
Get the odatatype value. |
Cookies |
operator()
Get describes operator to be matched. |
java.lang.String |
selector()
Get name of Cookies to be matched. |
java.util.List<Transform> |
transforms()
Get list of transforms. |
Cookies |
withMatchValues(List<String> matchValues)
Set the match value for the condition of the delivery rule. |
Cookies |
withNegateCondition(Boolean negateCondition)
Set describes if this is negate condition or not. |
Cookies |
withOdatatype(String odatatype)
Set the odatatype value. |
Cookies |
withOperator(CookiesOperator operator)
Set describes operator to be matched. |
Cookies |
withSelector(String selector)
Set name of Cookies to be matched. |
Cookies |
withTransforms(List<Transform> transforms)
Set list of transforms. |
Methods inherited from java.lang.Object
Constructor Details
CookiesMatchConditionParameters
public CookiesMatchConditionParameters()
Creates an instance of CookiesMatchConditionParameters class.
Method Details
matchValues
public List
Get the match value for the condition of the delivery rule.
Returns:
negateCondition
public Boolean negateCondition()
Get describes if this is negate condition or not.
Returns:
odatatype
public String odatatype()
Get the odatatype value.
Returns:
operator
public CookiesOperator operator()
Get describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'RegEx'.
Returns:
selector
public String selector()
Get name of Cookies to be matched.
Returns:
transforms
public List
Get list of transforms.
Returns:
withMatchValues
public CookiesMatchConditionParameters withMatchValues(List
Set the match value for the condition of the delivery rule.
Parameters:
Returns:
withNegateCondition
public CookiesMatchConditionParameters withNegateCondition(Boolean negateCondition)
Set describes if this is negate condition or not.
Parameters:
Returns:
withOdatatype
public CookiesMatchConditionParameters withOdatatype(String odatatype)
Set the odatatype value.
Parameters:
Returns:
withOperator
public CookiesMatchConditionParameters withOperator(CookiesOperator operator)
Set describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'RegEx'.
Parameters:
Returns:
withSelector
public CookiesMatchConditionParameters withSelector(String selector)
Set name of Cookies to be matched.
Parameters:
Returns:
withTransforms
public CookiesMatchConditionParameters withTransforms(List
Set list of transforms.
Parameters:
Returns:
Applies to
Azure SDK for Java