Class HeaderActionParameters
java.lang.Object
com.microsoft.azure.management.cdn.HeaderActionParameters
Defines the parameters for the request header action.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of HeaderActionParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet action to perform.Get name of the header to modify.Get the odatatype value.value()
Get value for the specified action.withHeaderAction
(HeaderAction headerAction) Set action to perform.withHeaderName
(String headerName) Set name of the header to modify.withOdatatype
(String odatatype) Set the odatatype value.Set value for the specified action.
-
Constructor Details
-
HeaderActionParameters
public HeaderActionParameters()Creates an instance of HeaderActionParameters class.
-
-
Method Details
-
odatatype
Get the odatatype value.- Returns:
- the odatatype value
-
withOdatatype
Set the odatatype value.- Parameters:
odatatype
- the odatatype value to set- Returns:
- the HeaderActionParameters object itself.
-
headerAction
Get action to perform. Possible values include: 'Append', 'Overwrite', 'Delete'.- Returns:
- the headerAction value
-
withHeaderAction
Set action to perform. Possible values include: 'Append', 'Overwrite', 'Delete'.- Parameters:
headerAction
- the headerAction value to set- Returns:
- the HeaderActionParameters object itself.
-
headerName
Get name of the header to modify.- Returns:
- the headerName value
-
withHeaderName
Set name of the header to modify.- Parameters:
headerName
- the headerName value to set- Returns:
- the HeaderActionParameters object itself.
-
value
Get value for the specified action.- Returns:
- the value value
-
withValue
Set value for the specified action.- Parameters:
value
- the value value to set- Returns:
- the HeaderActionParameters object itself.
-