public static interface SanitizationWarning.Builder extends SdkPojo, CopyableBuilder<SanitizationWarning.Builder,SanitizationWarning>
| Modifier and Type | Method and Description |
|---|---|
SanitizationWarning.Builder |
attributeName(String attributeName)
The name of the XML attribute that has been sanitized.
|
SanitizationWarning.Builder |
elementName(String elementName)
The name of the XML element that has been sanitized.
|
SanitizationWarning.Builder |
reason(SanitizationWarningReason reason)
Required.
|
SanitizationWarning.Builder |
reason(String reason)
Required.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSanitizationWarning.Builder attributeName(String attributeName)
The name of the XML attribute that has been sanitized.
attributeName - The name of the XML attribute that has been sanitized.SanitizationWarning.Builder elementName(String elementName)
The name of the XML element that has been sanitized.
elementName - The name of the XML element that has been sanitized.SanitizationWarning.Builder reason(String reason)
Required. The reason for which the XML elements or attributes were sanitized.
reason - Required. The reason for which the XML elements or attributes were sanitized.SanitizationWarningReason,
SanitizationWarningReasonSanitizationWarning.Builder reason(SanitizationWarningReason reason)
Required. The reason for which the XML elements or attributes were sanitized.
reason - Required. The reason for which the XML elements or attributes were sanitized.SanitizationWarningReason,
SanitizationWarningReasonCopyright © 2023. All rights reserved.