56 строки
4.2 KiB
YAML
56 строки
4.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.jobrouter.models.ScheduleAndSuspendMode"
|
|
fullName: "com.azure.communication.jobrouter.models.ScheduleAndSuspendMode"
|
|
name: "ScheduleAndSuspendMode"
|
|
nameWithType: "ScheduleAndSuspendMode"
|
|
summary: "Describes a matching mode used for scheduling jobs to be queued at a future time."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.communication.jobrouter.models.JobMatchingMode?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.communication.jobrouter.models.JobMatchingMode?alt=com.azure.communication.jobrouter.models.JobMatchingMode&text=JobMatchingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.communication.jobrouter.models.JobMatchingMode.getKind()?alt=com.azure.communication.jobrouter.models.JobMatchingMode.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 **ScheduleAndSuspendMode**</br> extends <xref href=\"com.azure.communication.jobrouter.models.JobMatchingMode?alt=com.azure.communication.jobrouter.models.JobMatchingMode&text=JobMatchingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.communication.jobrouter.models.ScheduleAndSuspendMode.ScheduleAndSuspendMode(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.communication.jobrouter.models.ScheduleAndSuspendMode.ScheduleAndSuspendMode(OffsetDateTime scheduleAt)"
|
|
name: "ScheduleAndSuspendMode(OffsetDateTime scheduleAt)"
|
|
nameWithType: "ScheduleAndSuspendMode.ScheduleAndSuspendMode(OffsetDateTime scheduleAt)"
|
|
summary: "Creates an instance of Schedule<wbr>And<wbr>Suspend<wbr>Mode class."
|
|
parameters:
|
|
- description: "the scheduleAt value to set."
|
|
name: "scheduleAt"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public ScheduleAndSuspendMode(OffsetDateTime scheduleAt)"
|
|
desc: "Creates an instance of ScheduleAndSuspendMode class."
|
|
methods:
|
|
- uid: "com.azure.communication.jobrouter.models.ScheduleAndSuspendMode.getScheduleAt()"
|
|
fullName: "com.azure.communication.jobrouter.models.ScheduleAndSuspendMode.getScheduleAt()"
|
|
name: "getScheduleAt()"
|
|
nameWithType: "ScheduleAndSuspendMode.getScheduleAt()"
|
|
summary: "Get the schedule<wbr>At property: Requested schedule time."
|
|
syntax: "public OffsetDateTime getScheduleAt()"
|
|
desc: "Get the scheduleAt property: Requested schedule time."
|
|
returns:
|
|
description: "the scheduleAt value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
type: "class"
|
|
desc: "Describes a matching mode used for scheduling jobs to be queued at a future time. At the specified time, matching worker to a job will not start automatically."
|
|
metadata: {}
|
|
package: "com.azure.communication.jobrouter.models"
|
|
artifact: com.azure:azure-communication-jobrouter:1.1.9
|