azure-docs-sdk-java/docs-ref-autogen/com.azure.communication.cal...

56 строки
3.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.callautomation.models.GroupCallLocator"
fullName: "com.azure.communication.callautomation.models.GroupCallLocator"
name: "GroupCallLocator"
nameWithType: "GroupCallLocator"
summary: "The locator used for joining or taking action on a call."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.callautomation.models.CallLocator?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.communication.callautomation.models.CallLocator?alt=com.azure.communication.callautomation.models.CallLocator&text=CallLocator\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.communication.callautomation.models.CallLocator.getKind()?alt=com.azure.communication.callautomation.models.CallLocator.getKind&text=getKind\" data-throw-if-not-resolved=\"False\" />"
- 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 **GroupCallLocator**</br> extends <xref href=\"com.azure.communication.callautomation.models.CallLocator?alt=com.azure.communication.callautomation.models.CallLocator&text=CallLocator\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.communication.callautomation.models.GroupCallLocator.GroupCallLocator(java.lang.String)"
fullName: "com.azure.communication.callautomation.models.GroupCallLocator.GroupCallLocator(String groupCallId)"
name: "GroupCallLocator(String groupCallId)"
nameWithType: "GroupCallLocator.GroupCallLocator(String groupCallId)"
summary: "Group call locator"
parameters:
- description: "Specify the group call id."
name: "groupCallId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public GroupCallLocator(String groupCallId)"
desc: "Group call locator"
methods:
- uid: "com.azure.communication.callautomation.models.GroupCallLocator.getGroupCallId()"
fullName: "com.azure.communication.callautomation.models.GroupCallLocator.getGroupCallId()"
name: "getGroupCallId()"
nameWithType: "GroupCallLocator.getGroupCallId()"
summary: "Get the group<wbr>Call<wbr>Id property: The group call id."
syntax: "public String getGroupCallId()"
desc: "Get the groupCallId property: The group call id."
returns:
description: "the groupCallId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The locator used for joining or taking action on a call."
metadata: {}
package: "com.azure.communication.callautomation.models"
artifact: com.azure:azure-communication-callautomation:1.2.4