AppBasedLinkQuery Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. AppBasedLinkQuery
- com.
public class AppBasedLinkQuery
Invoke request body type for app-based link query.
Constructor Summary
| Constructor | Description |
|---|---|
| AppBasedLinkQuery() |
Initializes a new empty instance of the App |
| AppBasedLinkQuery(String withUrl) |
Initializes a new instance of the App |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getState()
Gets the magic code for OAuth Flow. |
| java.lang.String |
getUrl()
Gets url queried by user. |
| void |
setState(String withState)
Sets the magic code for OAuth Flow. |
| void |
setUrl(String withUrl)
Sets url queried by user. |
Methods inherited from java.lang.Object
Constructor Details
AppBasedLinkQuery
public AppBasedLinkQuery()
Initializes a new empty instance of the AppBasedLinkQuery class.
AppBasedLinkQuery
public AppBasedLinkQuery(String withUrl)
Initializes a new instance of the AppBasedLinkQuery class.
Parameters:
Method Details
getState
public String getState()
Gets the magic code for OAuth Flow.
Returns:
getUrl
public String getUrl()
Gets url queried by user.
Returns:
setState
public void setState(String withState)
Sets the magic code for OAuth Flow.
Parameters:
setUrl
public void setUrl(String withUrl)
Sets url queried by user.
Parameters: