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

115 строки
9.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction"
fullName: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction"
name: "ManualReclassifyExceptionAction"
nameWithType: "ManualReclassifyExceptionAction"
summary: "An action that manually reclassifies a job by providing the queue, priority and worker selectors."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.jobrouter.models.ExceptionAction?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.communication.jobrouter.models.ExceptionAction?alt=com.azure.communication.jobrouter.models.ExceptionAction&text=ExceptionAction\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.communication.jobrouter.models.ExceptionAction.getId()?alt=com.azure.communication.jobrouter.models.ExceptionAction.getId&text=getId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.jobrouter.models.ExceptionAction.getKind()?alt=com.azure.communication.jobrouter.models.ExceptionAction.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 **ManualReclassifyExceptionAction**</br> extends <xref href=\"com.azure.communication.jobrouter.models.ExceptionAction?alt=com.azure.communication.jobrouter.models.ExceptionAction&text=ExceptionAction\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.ManualReclassifyExceptionAction()"
fullName: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.ManualReclassifyExceptionAction()"
name: "ManualReclassifyExceptionAction()"
nameWithType: "ManualReclassifyExceptionAction.ManualReclassifyExceptionAction()"
summary: "Creates an instance of Manual<wbr>Reclassify<wbr>Exception<wbr>Action class."
syntax: "public ManualReclassifyExceptionAction()"
desc: "Creates an instance of ManualReclassifyExceptionAction class."
methods:
- uid: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.getPriority()"
fullName: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.getPriority()"
name: "getPriority()"
nameWithType: "ManualReclassifyExceptionAction.getPriority()"
summary: "Get the priority property: Updated Priority."
syntax: "public Integer getPriority()"
desc: "Get the priority property: Updated Priority."
returns:
description: "the priority value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.getQueueId()"
fullName: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.getQueueId()"
name: "getQueueId()"
nameWithType: "ManualReclassifyExceptionAction.getQueueId()"
summary: "Get the queue<wbr>Id property: Updated Queue<wbr>Id."
syntax: "public String getQueueId()"
desc: "Get the queueId property: Updated QueueId."
returns:
description: "the queueId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.getWorkerSelectors()"
fullName: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.getWorkerSelectors()"
name: "getWorkerSelectors()"
nameWithType: "ManualReclassifyExceptionAction.getWorkerSelectors()"
summary: "Get the worker<wbr>Selectors property: Updated Worker<wbr>Selectors."
syntax: "public List<RouterWorkerSelector> getWorkerSelectors()"
desc: "Get the workerSelectors property: Updated WorkerSelectors."
returns:
description: "the workerSelectors value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.communication.jobrouter.models.RouterWorkerSelector?alt=com.azure.communication.jobrouter.models.RouterWorkerSelector&text=RouterWorkerSelector\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.setPriority(java.lang.Integer)"
fullName: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.setPriority(Integer priority)"
name: "setPriority(Integer priority)"
nameWithType: "ManualReclassifyExceptionAction.setPriority(Integer priority)"
summary: "Set the priority property: Updated Priority."
parameters:
- description: "the priority value to set."
name: "priority"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ManualReclassifyExceptionAction setPriority(Integer priority)"
desc: "Set the priority property: Updated Priority."
returns:
description: "the ManualReclassifyExceptionAction object itself."
type: "<xref href=\"com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction?alt=com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction&text=ManualReclassifyExceptionAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.setQueueId(java.lang.String)"
fullName: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.setQueueId(String queueId)"
name: "setQueueId(String queueId)"
nameWithType: "ManualReclassifyExceptionAction.setQueueId(String queueId)"
summary: "Set the queue<wbr>Id property: Updated Queue<wbr>Id."
parameters:
- description: "the queueId value to set."
name: "queueId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManualReclassifyExceptionAction setQueueId(String queueId)"
desc: "Set the queueId property: Updated QueueId."
returns:
description: "the ManualReclassifyExceptionAction object itself."
type: "<xref href=\"com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction?alt=com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction&text=ManualReclassifyExceptionAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.setWorkerSelectors(java.util.List<com.azure.communication.jobrouter.models.RouterWorkerSelector>)"
fullName: "com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction.setWorkerSelectors(List<RouterWorkerSelector> workerSelectors)"
name: "setWorkerSelectors(List<RouterWorkerSelector> workerSelectors)"
nameWithType: "ManualReclassifyExceptionAction.setWorkerSelectors(List<RouterWorkerSelector> workerSelectors)"
summary: "Set the worker<wbr>Selectors property: Updated Worker<wbr>Selectors."
parameters:
- description: "the workerSelectors value to set."
name: "workerSelectors"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.communication.jobrouter.models.RouterWorkerSelector?alt=com.azure.communication.jobrouter.models.RouterWorkerSelector&text=RouterWorkerSelector\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ManualReclassifyExceptionAction setWorkerSelectors(List<RouterWorkerSelector> workerSelectors)"
desc: "Set the workerSelectors property: Updated WorkerSelectors."
returns:
description: "the ManualReclassifyExceptionAction object itself."
type: "<xref href=\"com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction?alt=com.azure.communication.jobrouter.models.ManualReclassifyExceptionAction&text=ManualReclassifyExceptionAction\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An action that manually reclassifies a job by providing the queue, priority and worker selectors."
metadata: {}
package: "com.azure.communication.jobrouter.models"
artifact: com.azure:azure-communication-jobrouter:1.1.9