TokenExchangeInvokeResponse Class
- java.
lang. Object - com.
microsoft. bot. schema. TokenExchangeInvokeResponse
- com.
public class TokenExchangeInvokeResponse
The response Object of a token exchange invoke.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| TokenExchangeInvokeResponse() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getConnectionName()
Gets the connection name. |
| java.lang.String |
getFailureDetail()
Gets the details of why the token exchange failed. |
| java.lang.String |
getId()
Gets the id from the Token |
| void |
setConnectionName(String withConnectionName)
Sets the connection name. |
| void |
setFailureDetail(String withFailureDetail)
Sets the details of why the token exchange failed. |
| void |
setId(String withId)
Sets the id from the Token |
Methods inherited from java.lang.Object
Constructor Details
TokenExchangeInvokeResponse
public TokenExchangeInvokeResponse()
Method Details
getConnectionName
public String getConnectionName()
Gets the connection name.
Returns:
getFailureDetail
public String getFailureDetail()
Gets the details of why the token exchange failed.
Returns:
getId
public String getId()
Gets the id from the TokenExchangeInvokeRequest.
Returns:
setConnectionName
public void setConnectionName(String withConnectionName)
Sets the connection name.
Parameters:
setFailureDetail
public void setFailureDetail(String withFailureDetail)
Sets the details of why the token exchange failed.
Parameters:
setId
public void setId(String withId)
Sets the id from the TokenExchangeInvokeRequest.
Parameters: