MessagingExtensionQueryOptions Class

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

public class MessagingExtensionQueryOptions

Messaging extension query options.

Constructor Summary

Constructor Description
MessagingExtensionQueryOptions()

Method Summary

Modifier and Type Method and Description
int getCount()

Gets number of entities to fetch.

int getSkip()

Gets number of entities to skip.

void setCount(int withCount)

Sets number of entities to fetch.

void setSkip(int withSkip)

Sets number of entities to skip.

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

MessagingExtensionQueryOptions

public MessagingExtensionQueryOptions()

Method Details

getCount

public int getCount()

Gets number of entities to fetch.

Returns:

The number of entities to fetch.

getSkip

public int getSkip()

Gets number of entities to skip.

Returns:

The number of entities to skip.

setCount

public void setCount(int withCount)

Sets number of entities to fetch.

Parameters:

withCount - The number of entities to fetch.

setSkip

public void setSkip(int withSkip)

Sets number of entities to skip.

Parameters:

withSkip - The number of entities to skip.

Applies to