60 строки
4.0 KiB
YAML
60 строки
4.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.callautomation.models.CallResult"
|
|
fullName: "com.azure.communication.callautomation.models.CallResult"
|
|
name: "CallResult"
|
|
nameWithType: "CallResult"
|
|
summary: "The abstract class used as parent of \\[action\\]Call<wbr>Result"
|
|
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 abstract class **CallResult**"
|
|
methods:
|
|
- uid: "com.azure.communication.callautomation.models.CallResult.getCallConnection()"
|
|
fullName: "com.azure.communication.callautomation.models.CallResult.getCallConnection()"
|
|
name: "getCallConnection()"
|
|
nameWithType: "CallResult.getCallConnection()"
|
|
summary: "Get the call<wbr>Connection."
|
|
syntax: "public CallConnection getCallConnection()"
|
|
desc: "Get the callConnection."
|
|
returns:
|
|
description: "the callConnection."
|
|
type: "<xref href=\"com.azure.communication.callautomation.CallConnection?alt=com.azure.communication.callautomation.CallConnection&text=CallConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.callautomation.models.CallResult.getCallConnectionAsync()"
|
|
fullName: "com.azure.communication.callautomation.models.CallResult.getCallConnectionAsync()"
|
|
name: "getCallConnectionAsync()"
|
|
nameWithType: "CallResult.getCallConnectionAsync()"
|
|
summary: "Get the call<wbr>Connection<wbr>Async."
|
|
syntax: "public CallConnectionAsync getCallConnectionAsync()"
|
|
desc: "Get the callConnectionAsync."
|
|
returns:
|
|
description: "the callConnectionAsync."
|
|
type: "<xref href=\"com.azure.communication.callautomation.CallConnectionAsync?alt=com.azure.communication.callautomation.CallConnectionAsync&text=CallConnectionAsync\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.callautomation.models.CallResult.getCallConnectionProperties()"
|
|
fullName: "com.azure.communication.callautomation.models.CallResult.getCallConnectionProperties()"
|
|
name: "getCallConnectionProperties()"
|
|
nameWithType: "CallResult.getCallConnectionProperties()"
|
|
summary: "Get the call<wbr>Connection<wbr>Properties."
|
|
syntax: "public CallConnectionProperties getCallConnectionProperties()"
|
|
desc: "Get the callConnectionProperties."
|
|
returns:
|
|
description: "the callConnectionProperties."
|
|
type: "<xref href=\"com.azure.communication.callautomation.models.CallConnectionProperties?alt=com.azure.communication.callautomation.models.CallConnectionProperties&text=CallConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The abstract class used as parent of \\[action\\]CallResult"
|
|
metadata: {}
|
|
package: "com.azure.communication.callautomation.models"
|
|
artifact: com.azure:azure-communication-callautomation:1.2.6
|