public class EnableRequest extends Object
| Constructor and Description |
|---|
EnableRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
receiverName()
Get the name of the receiver to resubscribe.
|
EnableRequest |
withReceiverName(String receiverName)
Set the name of the receiver to resubscribe.
|
public String receiverName()
public EnableRequest withReceiverName(String receiverName)
receiverName - the receiverName value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/