ResourceResponse Class

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

public class ResourceResponse

A response containing a resource ID.

Constructor Summary

Constructor Description
ResourceResponse()

Empty ResourceResponse.

ResourceResponse(String withId)

ResourceResponse with ID.

Method Summary

Modifier and Type Method and Description
java.lang.String getId()

Get the id value.

void setId(String withId)

Set the id 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

ResourceResponse

public ResourceResponse()

Empty ResourceResponse.

ResourceResponse

public ResourceResponse(String withId)

ResourceResponse with ID.

Parameters:

withId - The id.

Method Details

getId

public String getId()

Get the id value.

Returns:

the id value

setId

public void setId(String withId)

Set the id value.

Parameters:

withId - the id value to set

Applies to