azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.communication.net...

86 строки
7.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions"
fullName: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions"
name: "GetRelayConfigurationOptions"
nameWithType: "GetRelayConfigurationOptions"
summary: "Additional options for getting a relay configuration."
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 **GetRelayConfigurationOptions**"
constructors:
- uid: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions.GetRelayConfigurationOptions()"
fullName: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions.GetRelayConfigurationOptions()"
name: "GetRelayConfigurationOptions()"
nameWithType: "GetRelayConfigurationOptions.GetRelayConfigurationOptions()"
summary: "Default constructor for Get<wbr>Relay<wbr>Configuration<wbr>Options."
syntax: "public GetRelayConfigurationOptions()"
desc: "Default constructor for GetRelayConfigurationOptions."
methods:
- uid: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions.getCommunicationUserIdentifier()"
fullName: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions.getCommunicationUserIdentifier()"
name: "getCommunicationUserIdentifier()"
nameWithType: "GetRelayConfigurationOptions.getCommunicationUserIdentifier()"
summary: "Get the communication<wbr>User property: The Communication<wbr>User<wbr>Identifier for whom to issue a token."
syntax: "public CommunicationUserIdentifier getCommunicationUserIdentifier()"
desc: "Get the communicationUser property: The CommunicationUserIdentifier for whom to issue a token."
returns:
description: "the communicationUser value."
type: "<xref href=\"com.azure.communication.common.CommunicationUserIdentifier?alt=com.azure.communication.common.CommunicationUserIdentifier&text=CommunicationUserIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions.getRouteType()"
fullName: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions.getRouteType()"
name: "getRouteType()"
nameWithType: "GetRelayConfigurationOptions.getRouteType()"
summary: "Get the route<wbr>Type property: The routing methodology to where the ICE server will be located from the client."
syntax: "public RouteType getRouteType()"
desc: "Get the routeType property: The routing methodology to where the ICE server will be located from the client."
returns:
description: "the routeType value."
type: "<xref href=\"com.azure.communication.networktraversal.models.RouteType?alt=com.azure.communication.networktraversal.models.RouteType&text=RouteType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions.setCommunicationUserIdentifier(com.azure.communication.common.CommunicationUserIdentifier)"
fullName: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions.setCommunicationUserIdentifier(CommunicationUserIdentifier communicationUser)"
name: "setCommunicationUserIdentifier(CommunicationUserIdentifier communicationUser)"
nameWithType: "GetRelayConfigurationOptions.setCommunicationUserIdentifier(CommunicationUserIdentifier communicationUser)"
summary: "Set the communication<wbr>User property: The Communication<wbr>User<wbr>Identifier for whom to issue a token"
parameters:
- description: "the communicationUser value to set."
name: "communicationUser"
type: "<xref href=\"com.azure.communication.common.CommunicationUserIdentifier?alt=com.azure.communication.common.CommunicationUserIdentifier&text=CommunicationUserIdentifier\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GetRelayConfigurationOptions setCommunicationUserIdentifier(CommunicationUserIdentifier communicationUser)"
desc: "Set the communicationUser property: The CommunicationUserIdentifier for whom to issue a token"
returns:
description: "the GetRelayConfigurationOptions object itself."
type: "<xref href=\"com.azure.communication.networktraversal.models.GetRelayConfigurationOptions?alt=com.azure.communication.networktraversal.models.GetRelayConfigurationOptions&text=GetRelayConfigurationOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions.setRouteType(com.azure.communication.networktraversal.models.RouteType)"
fullName: "com.azure.communication.networktraversal.models.GetRelayConfigurationOptions.setRouteType(RouteType routeType)"
name: "setRouteType(RouteType routeType)"
nameWithType: "GetRelayConfigurationOptions.setRouteType(RouteType routeType)"
summary: "Set the route<wbr>Type property: The routing methodology to where the ICE server will be located from the client."
parameters:
- description: "the routeType value to set."
name: "routeType"
type: "<xref href=\"com.azure.communication.networktraversal.models.RouteType?alt=com.azure.communication.networktraversal.models.RouteType&text=RouteType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GetRelayConfigurationOptions setRouteType(RouteType routeType)"
desc: "Set the routeType property: The routing methodology to where the ICE server will be located from the client."
returns:
description: "the GetRelayConfigurationOptions object itself."
type: "<xref href=\"com.azure.communication.networktraversal.models.GetRelayConfigurationOptions?alt=com.azure.communication.networktraversal.models.GetRelayConfigurationOptions&text=GetRelayConfigurationOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Additional options for getting a relay configuration."
metadata: {}
package: "com.azure.communication.networktraversal.models"
artifact: com.azure:azure-communication-networktraversal:1.1.0