### YamlMime:JavaType uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction" fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction" name: "HeaderAction" nameWithType: "HeaderAction" summary: "An action that can manipulate an http header." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **HeaderAction**" constructors: - uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.HeaderAction()" fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.HeaderAction()" name: "HeaderAction()" nameWithType: "HeaderAction.HeaderAction()" summary: "Creates an instance of HeaderAction class." syntax: "public HeaderAction()" desc: "Creates an instance of HeaderAction class." methods: - uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.headerActionType()" fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.headerActionType()" name: "headerActionType()" nameWithType: "HeaderAction.headerActionType()" summary: "Get the headerActionType property: Which type of manipulation to apply to the header." syntax: "public HeaderActionType headerActionType()" desc: "Get the headerActionType property: Which type of manipulation to apply to the header." returns: description: "the headerActionType value." type: "" - uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.headerName()" fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.headerName()" name: "headerName()" nameWithType: "HeaderAction.headerName()" summary: "Get the headerName property: The name of the header this action will apply to." syntax: "public String headerName()" desc: "Get the headerName property: The name of the header this action will apply to." returns: description: "the headerName value." type: "String" - uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.validate()" fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.validate()" name: "validate()" nameWithType: "HeaderAction.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.value()" fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.value()" name: "value()" nameWithType: "HeaderAction.value()" summary: "Get the value property: The value to update the given header name with." syntax: "public String value()" desc: "Get the value property: The value to update the given header name with. This value is not used if the actionType is Delete." returns: description: "the value value." type: "String" - uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withHeaderActionType(com.azure.resourcemanager.frontdoor.models.HeaderActionType)" fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withHeaderActionType(HeaderActionType headerActionType)" name: "withHeaderActionType(HeaderActionType headerActionType)" nameWithType: "HeaderAction.withHeaderActionType(HeaderActionType headerActionType)" summary: "Set the headerActionType property: Which type of manipulation to apply to the header." parameters: - description: "the headerActionType value to set." name: "headerActionType" type: "" syntax: "public HeaderAction withHeaderActionType(HeaderActionType headerActionType)" desc: "Set the headerActionType property: Which type of manipulation to apply to the header." returns: description: "the HeaderAction object itself." type: "" - uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withHeaderName(java.lang.String)" fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withHeaderName(String headerName)" name: "withHeaderName(String headerName)" nameWithType: "HeaderAction.withHeaderName(String headerName)" summary: "Set the headerName property: The name of the header this action will apply to." parameters: - description: "the headerName value to set." name: "headerName" type: "String" syntax: "public HeaderAction withHeaderName(String headerName)" desc: "Set the headerName property: The name of the header this action will apply to." returns: description: "the HeaderAction object itself." type: "" - uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withValue(java.lang.String)" fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withValue(String value)" name: "withValue(String value)" nameWithType: "HeaderAction.withValue(String value)" summary: "Set the value property: The value to update the given header name with." parameters: - description: "the value value to set." name: "value" type: "String" syntax: "public HeaderAction withValue(String value)" desc: "Set the value property: The value to update the given header name with. This value is not used if the actionType is Delete." returns: description: "the HeaderAction object itself." type: "" type: "class" desc: "An action that can manipulate an http header." metadata: {} package: "com.azure.resourcemanager.frontdoor.models" artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0