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

50 строки
3.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.jobrouter.models.UnassignJobResult"
fullName: "com.azure.communication.jobrouter.models.UnassignJobResult"
name: "UnassignJobResult"
nameWithType: "UnassignJobResult"
summary: "Response payload after a job has been successfully unassigned."
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 **UnassignJobResult**"
methods:
- uid: "com.azure.communication.jobrouter.models.UnassignJobResult.getJobId()"
fullName: "com.azure.communication.jobrouter.models.UnassignJobResult.getJobId()"
name: "getJobId()"
nameWithType: "UnassignJobResult.getJobId()"
summary: "Get the job<wbr>Id property: Id of an unassigned job."
syntax: "public String getJobId()"
desc: "Get the jobId property: Id of an unassigned job."
returns:
description: "the jobId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.jobrouter.models.UnassignJobResult.getUnassignmentCount()"
fullName: "com.azure.communication.jobrouter.models.UnassignJobResult.getUnassignmentCount()"
name: "getUnassignmentCount()"
nameWithType: "UnassignJobResult.getUnassignmentCount()"
summary: "Get the unassignment<wbr>Count property: The number of times a job is unassigned."
syntax: "public int getUnassignmentCount()"
desc: "Get the unassignmentCount property: The number of times a job is unassigned. At a maximum 3."
returns:
description: "the unassignmentCount value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Response payload after a job has been successfully unassigned."
metadata: {}
package: "com.azure.communication.jobrouter.models"
artifact: com.azure:azure-communication-jobrouter:1.1.7