Class UrlFileNameMatchConditionParameters


  • public final class UrlFileNameMatchConditionParameters
    extends Object
    Defines the parameters for UrlFilename match conditions.
    • Constructor Detail

      • UrlFileNameMatchConditionParameters

        public UrlFileNameMatchConditionParameters()
        Creates an instance of UrlFileNameMatchConditionParameters class.
    • Method Detail

      • typeName

        public String typeName()
        Get the typeName property: The typeName property.
        Returns:
        the typeName value.
      • withTypeName

        public UrlFileNameMatchConditionParameters withTypeName​(String typeName)
        Set the typeName property: The typeName property.
        Parameters:
        typeName - the typeName value to set.
        Returns:
        the UrlFileNameMatchConditionParameters object itself.
      • operator

        public UrlFileNameOperator operator()
        Get the operator property: Describes operator to be matched.
        Returns:
        the operator value.
      • withOperator

        public UrlFileNameMatchConditionParameters withOperator​(UrlFileNameOperator operator)
        Set the operator property: Describes operator to be matched.
        Parameters:
        operator - the operator value to set.
        Returns:
        the UrlFileNameMatchConditionParameters object itself.
      • negateCondition

        public Boolean negateCondition()
        Get the negateCondition property: Describes if this is negate condition or not.
        Returns:
        the negateCondition value.
      • withNegateCondition

        public UrlFileNameMatchConditionParameters withNegateCondition​(Boolean negateCondition)
        Set the negateCondition property: Describes if this is negate condition or not.
        Parameters:
        negateCondition - the negateCondition value to set.
        Returns:
        the UrlFileNameMatchConditionParameters object itself.
      • matchValues

        public List<String> matchValues()
        Get the matchValues property: The match value for the condition of the delivery rule.
        Returns:
        the matchValues value.
      • withMatchValues

        public UrlFileNameMatchConditionParameters withMatchValues​(List<String> matchValues)
        Set the matchValues property: The match value for the condition of the delivery rule.
        Parameters:
        matchValues - the matchValues value to set.
        Returns:
        the UrlFileNameMatchConditionParameters object itself.
      • transforms

        public List<Transform> transforms()
        Get the transforms property: List of transforms.
        Returns:
        the transforms value.
      • withTransforms

        public UrlFileNameMatchConditionParameters withTransforms​(List<Transform> transforms)
        Set the transforms property: List of transforms.
        Parameters:
        transforms - the transforms value to set.
        Returns:
        the UrlFileNameMatchConditionParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.