public final class UrlSigningParamIdentifier extends Object
| Constructor and Description |
|---|
UrlSigningParamIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
ParamIndicator |
paramIndicator()
Get the paramIndicator property: Indicates the purpose of the parameter.
|
String |
paramName()
Get the paramName property: Parameter name.
|
void |
validate()
Validates the instance.
|
UrlSigningParamIdentifier |
withParamIndicator(ParamIndicator paramIndicator)
Set the paramIndicator property: Indicates the purpose of the parameter.
|
UrlSigningParamIdentifier |
withParamName(String paramName)
Set the paramName property: Parameter name.
|
public ParamIndicator paramIndicator()
public UrlSigningParamIdentifier withParamIndicator(ParamIndicator paramIndicator)
paramIndicator - the paramIndicator value to set.public String paramName()
public UrlSigningParamIdentifier withParamName(String paramName)
paramName - the paramName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.