62 строки
4.2 KiB
YAML
62 строки
4.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.jobrouter.models.UnassignJobOptions"
|
|
fullName: "com.azure.communication.jobrouter.models.UnassignJobOptions"
|
|
name: "UnassignJobOptions"
|
|
nameWithType: "UnassignJobOptions"
|
|
summary: "Request payload for unassigning a job."
|
|
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 **UnassignJobOptions**"
|
|
constructors:
|
|
- uid: "com.azure.communication.jobrouter.models.UnassignJobOptions.UnassignJobOptions()"
|
|
fullName: "com.azure.communication.jobrouter.models.UnassignJobOptions.UnassignJobOptions()"
|
|
name: "UnassignJobOptions()"
|
|
nameWithType: "UnassignJobOptions.UnassignJobOptions()"
|
|
summary: "Creates an instance of Unassign<wbr>Job<wbr>Options class."
|
|
syntax: "public UnassignJobOptions()"
|
|
desc: "Creates an instance of UnassignJobOptions class."
|
|
methods:
|
|
- uid: "com.azure.communication.jobrouter.models.UnassignJobOptions.isSuspendMatching()"
|
|
fullName: "com.azure.communication.jobrouter.models.UnassignJobOptions.isSuspendMatching()"
|
|
name: "isSuspendMatching()"
|
|
nameWithType: "UnassignJobOptions.isSuspendMatching()"
|
|
summary: "Get the suspend<wbr>Matching property: If Suspend<wbr>Matching is true, then a job is not queued for re-matching with a worker."
|
|
syntax: "public Boolean isSuspendMatching()"
|
|
desc: "Get the suspendMatching property: If SuspendMatching is true, then a job is not queued for re-matching with a worker."
|
|
returns:
|
|
description: "the suspendMatching value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.communication.jobrouter.models.UnassignJobOptions.setSuspendMatching(java.lang.Boolean)"
|
|
fullName: "com.azure.communication.jobrouter.models.UnassignJobOptions.setSuspendMatching(Boolean suspendMatching)"
|
|
name: "setSuspendMatching(Boolean suspendMatching)"
|
|
nameWithType: "UnassignJobOptions.setSuspendMatching(Boolean suspendMatching)"
|
|
summary: "Set the suspend<wbr>Matching property: If Suspend<wbr>Matching is true, then a job is not queued for re-matching with a worker."
|
|
parameters:
|
|
- description: "the suspendMatching value to set."
|
|
name: "suspendMatching"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public UnassignJobOptions setSuspendMatching(Boolean suspendMatching)"
|
|
desc: "Set the suspendMatching property: If SuspendMatching is true, then a job is not queued for re-matching with a worker."
|
|
returns:
|
|
description: "the UnassignJobOptions object itself."
|
|
type: "<xref href=\"com.azure.communication.jobrouter.models.UnassignJobOptions?alt=com.azure.communication.jobrouter.models.UnassignJobOptions&text=UnassignJobOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Request payload for unassigning a job."
|
|
metadata: {}
|
|
package: "com.azure.communication.jobrouter.models"
|
|
artifact: com.azure:azure-communication-jobrouter:1.1.9
|