Class HeaderActionParameters

java.lang.Object
com.microsoft.azure.management.cdn.HeaderActionParameters

public class HeaderActionParameters extends Object
Defines the parameters for the request header action.
  • Constructor Details

    • HeaderActionParameters

      public HeaderActionParameters()
      Creates an instance of HeaderActionParameters class.
  • Method Details

    • odatatype

      public String odatatype()
      Get the odatatype value.
      Returns:
      the odatatype value
    • withOdatatype

      public HeaderActionParameters withOdatatype(String odatatype)
      Set the odatatype value.
      Parameters:
      odatatype - the odatatype value to set
      Returns:
      the HeaderActionParameters object itself.
    • headerAction

      public HeaderAction headerAction()
      Get action to perform. Possible values include: 'Append', 'Overwrite', 'Delete'.
      Returns:
      the headerAction value
    • withHeaderAction

      public HeaderActionParameters withHeaderAction(HeaderAction headerAction)
      Set action to perform. Possible values include: 'Append', 'Overwrite', 'Delete'.
      Parameters:
      headerAction - the headerAction value to set
      Returns:
      the HeaderActionParameters object itself.
    • headerName

      public String headerName()
      Get name of the header to modify.
      Returns:
      the headerName value
    • withHeaderName

      public HeaderActionParameters withHeaderName(String headerName)
      Set name of the header to modify.
      Parameters:
      headerName - the headerName value to set
      Returns:
      the HeaderActionParameters object itself.
    • value

      public String value()
      Get value for the specified action.
      Returns:
      the value value
    • withValue

      public HeaderActionParameters withValue(String value)
      Set value for the specified action.
      Parameters:
      value - the value value to set
      Returns:
      the HeaderActionParameters object itself.