84 строки
5.5 KiB
YAML
84 строки
5.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.chat.models.ListParticipantsOptions"
|
|
fullName: "com.azure.communication.chat.models.ListParticipantsOptions"
|
|
name: "ListParticipantsOptions"
|
|
nameWithType: "ListParticipantsOptions"
|
|
summary: "Additional parameters for list participants operation."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **ListParticipantsOptions**"
|
|
constructors:
|
|
- uid: "com.azure.communication.chat.models.ListParticipantsOptions.ListParticipantsOptions()"
|
|
fullName: "com.azure.communication.chat.models.ListParticipantsOptions.ListParticipantsOptions()"
|
|
name: "ListParticipantsOptions()"
|
|
nameWithType: "ListParticipantsOptions.ListParticipantsOptions()"
|
|
syntax: "public ListParticipantsOptions()"
|
|
methods:
|
|
- uid: "com.azure.communication.chat.models.ListParticipantsOptions.getMaxPageSize()"
|
|
fullName: "com.azure.communication.chat.models.ListParticipantsOptions.getMaxPageSize()"
|
|
name: "getMaxPageSize()"
|
|
nameWithType: "ListParticipantsOptions.getMaxPageSize()"
|
|
summary: "Gets the maximum page size."
|
|
syntax: "public Integer getMaxPageSize()"
|
|
desc: "Gets the maximum page size. It represents the number of participants being requested."
|
|
returns:
|
|
description: "The maximum page size."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.communication.chat.models.ListParticipantsOptions.getSkip()"
|
|
fullName: "com.azure.communication.chat.models.ListParticipantsOptions.getSkip()"
|
|
name: "getSkip()"
|
|
nameWithType: "ListParticipantsOptions.getSkip()"
|
|
summary: "Gets the skip for the range to query."
|
|
syntax: "public Integer getSkip()"
|
|
desc: "Gets the skip for the range to query."
|
|
returns:
|
|
description: "The skip."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.communication.chat.models.ListParticipantsOptions.setMaxPageSize(java.lang.Integer)"
|
|
fullName: "com.azure.communication.chat.models.ListParticipantsOptions.setMaxPageSize(Integer maxPageSize)"
|
|
name: "setMaxPageSize(Integer maxPageSize)"
|
|
nameWithType: "ListParticipantsOptions.setMaxPageSize(Integer maxPageSize)"
|
|
summary: "Set the maximum page size."
|
|
parameters:
|
|
- description: "The maximum page size."
|
|
name: "maxPageSize"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public ListParticipantsOptions setMaxPageSize(Integer maxPageSize)"
|
|
desc: "Set the maximum page size. It represents the number of participants being requested."
|
|
returns:
|
|
description: "The <xref uid=\"com.azure.communication.chat.models.ListParticipantsOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ListParticipantsOptions\"></xref> object itself."
|
|
type: "<xref href=\"com.azure.communication.chat.models.ListParticipantsOptions?alt=com.azure.communication.chat.models.ListParticipantsOptions&text=ListParticipantsOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.chat.models.ListParticipantsOptions.setSkip(java.lang.Integer)"
|
|
fullName: "com.azure.communication.chat.models.ListParticipantsOptions.setSkip(Integer skip)"
|
|
name: "setSkip(Integer skip)"
|
|
nameWithType: "ListParticipantsOptions.setSkip(Integer skip)"
|
|
summary: "Sets the skip for the range to query."
|
|
parameters:
|
|
- description: "The number of items to skip."
|
|
name: "skip"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public ListParticipantsOptions setSkip(Integer skip)"
|
|
desc: "Sets the skip for the range to query."
|
|
returns:
|
|
description: "The <xref uid=\"com.azure.communication.chat.models.ListParticipantsOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ListParticipantsOptions\"></xref> object itself."
|
|
type: "<xref href=\"com.azure.communication.chat.models.ListParticipantsOptions?alt=com.azure.communication.chat.models.ListParticipantsOptions&text=ListParticipantsOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Additional parameters for list participants operation."
|
|
metadata: {}
|
|
package: "com.azure.communication.chat.models"
|
|
artifact: com.azure:azure-communication-chat:1.5.6
|