public class LogicAppReceiver extends Object
| Constructor and Description |
|---|
LogicAppReceiver() |
| Modifier and Type | Method and Description |
|---|---|
String |
callbackUrl()
Get the callback url where http request sent to.
|
String |
name()
Get the name of the logic app receiver.
|
String |
resourceId()
Get the azure resource id of the logic app receiver.
|
LogicAppReceiver |
withCallbackUrl(String callbackUrl)
Set the callback url where http request sent to.
|
LogicAppReceiver |
withName(String name)
Set the name of the logic app receiver.
|
LogicAppReceiver |
withResourceId(String resourceId)
Set the azure resource id of the logic app receiver.
|
public String name()
public LogicAppReceiver withName(String name)
name - the name value to setpublic String resourceId()
public LogicAppReceiver withResourceId(String resourceId)
resourceId - the resourceId value to setpublic String callbackUrl()
public LogicAppReceiver withCallbackUrl(String callbackUrl)
callbackUrl - the callbackUrl value to setCopyright © 2019. All rights reserved.