public final class UnlinkParameters extends Object
| Constructor and Description |
|---|
UnlinkParameters() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
forcedTermination()
Get the forcedTermination property: Determines whether link will be terminated in a forced or a friendly way.
|
void |
validate()
Validates the instance.
|
UnlinkParameters |
withForcedTermination(Boolean forcedTermination)
Set the forcedTermination property: Determines whether link will be terminated in a forced or a friendly way.
|
public Boolean forcedTermination()
public UnlinkParameters withForcedTermination(Boolean forcedTermination)
forcedTermination - the forcedTermination value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.