AadResourceUrls Class
- java.
lang. Object - com.
microsoft. bot. schema. AadResourceUrls
- com.
public class AadResourceUrls
The AadResourceUrls model.
Constructor Summary
| Constructor | Description |
|---|---|
| AadResourceUrls(String[] withResourceUrl) |
Construct with var args or String[]. |
| AadResourceUrls(List<String> withResourceUrls) |
Construct with List of urls. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.util.List<java.lang.String> |
getResourceUrls()
Get the resource |
| void |
setResourceUrls(List<String> withResourceUrls)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
AadResourceUrls
public AadResourceUrls(String[] withResourceUrl)
Construct with var args or String[].
Parameters:
AadResourceUrls
public AadResourceUrls(List
Construct with List of urls.
Parameters:
Method Details
getResourceUrls
public List
Get the resourceUrls value.
Returns:
setResourceUrls
public void setResourceUrls(List
Set the resourceUrls value.
Parameters: