AppBasedLinkQuery Class

  • java.lang.Object
    • com.microsoft.bot.schema.teams.AppBasedLinkQuery

public class AppBasedLinkQuery

Invoke request body type for app-based link query.

Constructor Summary

Constructor Description
AppBasedLinkQuery()

Initializes a new empty instance of the AppBasedLinkQuery class.

AppBasedLinkQuery(String withUrl)

Initializes a new instance of the AppBasedLinkQuery class.

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

withUrl - The query url.

Method Details

getState

public String getState()

Gets the magic code for OAuth Flow.

Returns:

The state

getUrl

public String getUrl()

Gets url queried by user.

Returns:

The url

setState

public void setState(String withState)

Sets the magic code for OAuth Flow.

Parameters:

withState - The state.

setUrl

public void setUrl(String withUrl)

Sets url queried by user.

Parameters:

withUrl - The url.

Applies to