AadResourceUrls Class

  • java.lang.Object
    • com.microsoft.bot.schema.AadResourceUrls

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 resourceUrls value.

void setResourceUrls(List<String> withResourceUrls)

Set the resourceUrls value.

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

AadResourceUrls

public AadResourceUrls(String[] withResourceUrl)

Construct with var args or String[].

Parameters:

withResourceUrl - Array of urls.

AadResourceUrls

public AadResourceUrls(List withResourceUrls)

Construct with List of urls.

Parameters:

withResourceUrls - List of urls.

Method Details

getResourceUrls

public List getResourceUrls()

Get the resourceUrls value.

Returns:

the resourceUrls value

setResourceUrls

public void setResourceUrls(List withResourceUrls)

Set the resourceUrls value.

Parameters:

withResourceUrls - the resourceUrls value to set

Applies to