public final class EnableRequest extends Object
| Constructor and Description |
|---|
EnableRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
receiverName()
Get the receiverName property: The name of the receiver to resubscribe.
|
void |
validate()
Validates the instance.
|
EnableRequest |
withReceiverName(String receiverName)
Set the receiverName property: The name of the receiver to resubscribe.
|
public String receiverName()
public EnableRequest withReceiverName(String receiverName)
receiverName - the receiverName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.