2023-12-05 08:41:03 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.communication.jobrouter.models.RouterQueueSelector"
|
|
|
|
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector"
|
|
|
|
name: "RouterQueueSelector"
|
|
|
|
nameWithType: "RouterQueueSelector"
|
|
|
|
summary: "Describes a condition that must be met against a set of labels for queue selection."
|
|
|
|
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 **RouterQueueSelector**"
|
|
|
|
constructors:
|
|
|
|
- uid: "com.azure.communication.jobrouter.models.RouterQueueSelector.RouterQueueSelector(java.lang.String,com.azure.communication.jobrouter.models.LabelOperator)"
|
|
|
|
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector.RouterQueueSelector(String key, LabelOperator labelOperator)"
|
|
|
|
name: "RouterQueueSelector(String key, LabelOperator labelOperator)"
|
|
|
|
nameWithType: "RouterQueueSelector.RouterQueueSelector(String key, LabelOperator labelOperator)"
|
|
|
|
summary: "Creates an instance of Router<wbr>Queue<wbr>Selector class."
|
|
|
|
parameters:
|
|
|
|
- description: "the key value to set."
|
|
|
|
name: "key"
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
- description: "the labelOperator value to set."
|
|
|
|
name: "labelOperator"
|
|
|
|
type: "<xref href=\"com.azure.communication.jobrouter.models.LabelOperator?alt=com.azure.communication.jobrouter.models.LabelOperator&text=LabelOperator\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
syntax: "public RouterQueueSelector(String key, LabelOperator labelOperator)"
|
|
|
|
desc: "Creates an instance of RouterQueueSelector class."
|
|
|
|
methods:
|
|
|
|
- uid: "com.azure.communication.jobrouter.models.RouterQueueSelector.getKey()"
|
|
|
|
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector.getKey()"
|
|
|
|
name: "getKey()"
|
|
|
|
nameWithType: "RouterQueueSelector.getKey()"
|
|
|
|
summary: "Get the key property: The label key to query against."
|
|
|
|
syntax: "public String getKey()"
|
|
|
|
desc: "Get the key property: The label key to query against."
|
|
|
|
returns:
|
|
|
|
description: "the key value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
- uid: "com.azure.communication.jobrouter.models.RouterQueueSelector.getLabelOperator()"
|
|
|
|
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector.getLabelOperator()"
|
|
|
|
name: "getLabelOperator()"
|
|
|
|
nameWithType: "RouterQueueSelector.getLabelOperator()"
|
|
|
|
summary: "Get the label<wbr>Operator property: Describes how the value of the label is compared to the value defined on the label selector."
|
|
|
|
syntax: "public LabelOperator getLabelOperator()"
|
|
|
|
desc: "Get the labelOperator property: Describes how the value of the label is compared to the value defined on the label selector."
|
|
|
|
returns:
|
|
|
|
description: "the labelOperator value."
|
|
|
|
type: "<xref href=\"com.azure.communication.jobrouter.models.LabelOperator?alt=com.azure.communication.jobrouter.models.LabelOperator&text=LabelOperator\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.communication.jobrouter.models.RouterQueueSelector.getValue()"
|
|
|
|
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector.getValue()"
|
|
|
|
name: "getValue()"
|
|
|
|
nameWithType: "RouterQueueSelector.getValue()"
|
|
|
|
summary: "Get the value property: The value to compare against the actual label value with the given operator."
|
|
|
|
syntax: "public RouterValue getValue()"
|
|
|
|
desc: "Get the value property: The value to compare against the actual label value with the given operator."
|
|
|
|
returns:
|
|
|
|
description: "the value value."
|
|
|
|
type: "<xref href=\"com.azure.communication.jobrouter.models.RouterValue?alt=com.azure.communication.jobrouter.models.RouterValue&text=RouterValue\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.communication.jobrouter.models.RouterQueueSelector.setValue(com.azure.communication.jobrouter.models.RouterValue)"
|
|
|
|
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector.setValue(RouterValue value)"
|
|
|
|
name: "setValue(RouterValue value)"
|
|
|
|
nameWithType: "RouterQueueSelector.setValue(RouterValue value)"
|
|
|
|
summary: "Set the value property: The value to compare against the actual label value with the given operator."
|
|
|
|
parameters:
|
|
|
|
- description: "the value value to set."
|
|
|
|
name: "value"
|
|
|
|
type: "<xref href=\"com.azure.communication.jobrouter.models.RouterValue?alt=com.azure.communication.jobrouter.models.RouterValue&text=RouterValue\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
syntax: "public RouterQueueSelector setValue(RouterValue value)"
|
|
|
|
desc: "Set the value property: The value to compare against the actual label value with the given operator."
|
|
|
|
returns:
|
|
|
|
description: "the RouterQueueSelector object itself."
|
|
|
|
type: "<xref href=\"com.azure.communication.jobrouter.models.RouterQueueSelector?alt=com.azure.communication.jobrouter.models.RouterQueueSelector&text=RouterQueueSelector\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
type: "class"
|
|
|
|
desc: "Describes a condition that must be met against a set of labels for queue selection."
|
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.communication.jobrouter.models"
|
2024-10-29 06:14:02 +03:00
|
|
|
artifact: com.azure:azure-communication-jobrouter:1.1.9
|