62 строки
5.1 KiB
YAML
62 строки
5.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.jobrouter.models.DeclineJobOfferOptions"
|
|
fullName: "com.azure.communication.jobrouter.models.DeclineJobOfferOptions"
|
|
name: "DeclineJobOfferOptions"
|
|
nameWithType: "DeclineJobOfferOptions"
|
|
summary: "Request payload for declining offers."
|
|
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 **DeclineJobOfferOptions**"
|
|
constructors:
|
|
- uid: "com.azure.communication.jobrouter.models.DeclineJobOfferOptions.DeclineJobOfferOptions()"
|
|
fullName: "com.azure.communication.jobrouter.models.DeclineJobOfferOptions.DeclineJobOfferOptions()"
|
|
name: "DeclineJobOfferOptions()"
|
|
nameWithType: "DeclineJobOfferOptions.DeclineJobOfferOptions()"
|
|
summary: "Creates an instance of Decline<wbr>Job<wbr>Offer<wbr>Options<wbr>Internal class."
|
|
syntax: "public DeclineJobOfferOptions()"
|
|
desc: "Creates an instance of DeclineJobOfferOptionsInternal class."
|
|
methods:
|
|
- uid: "com.azure.communication.jobrouter.models.DeclineJobOfferOptions.getRetryOfferAt()"
|
|
fullName: "com.azure.communication.jobrouter.models.DeclineJobOfferOptions.getRetryOfferAt()"
|
|
name: "getRetryOfferAt()"
|
|
nameWithType: "DeclineJobOfferOptions.getRetryOfferAt()"
|
|
summary: "Get the retry<wbr>Offer<wbr>At property: If the Retry<wbr>Offer<wbr>At is not provided, then this job will not be offered again to the worker who declined this job unless the worker is de-registered and re-registered."
|
|
syntax: "public OffsetDateTime getRetryOfferAt()"
|
|
desc: "Get the retryOfferAt property: If the RetryOfferAt is not provided, then this job will not be offered again to the worker who declined this job unless the worker is de-registered and re-registered. If a RetryOfferAt time is provided, then the job will be re-matched to eligible workers at the retry time in UTC. The worker that declined the job will also be eligible for the job at that time."
|
|
returns:
|
|
description: "the retryOfferAt value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.communication.jobrouter.models.DeclineJobOfferOptions.setRetryOfferAt(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.communication.jobrouter.models.DeclineJobOfferOptions.setRetryOfferAt(OffsetDateTime retryOfferAt)"
|
|
name: "setRetryOfferAt(OffsetDateTime retryOfferAt)"
|
|
nameWithType: "DeclineJobOfferOptions.setRetryOfferAt(OffsetDateTime retryOfferAt)"
|
|
summary: "Set the retry<wbr>Offer<wbr>At property: If the Retry<wbr>Offer<wbr>At is not provided, then this job will not be offered again to the worker who declined this job unless the worker is de-registered and re-registered."
|
|
parameters:
|
|
- description: "the retryOfferAt value to set."
|
|
name: "retryOfferAt"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public DeclineJobOfferOptions setRetryOfferAt(OffsetDateTime retryOfferAt)"
|
|
desc: "Set the retryOfferAt property: If the RetryOfferAt is not provided, then this job will not be offered again to the worker who declined this job unless the worker is de-registered and re-registered. If a RetryOfferAt time is provided, then the job will be re-matched to eligible workers at the retry time in UTC. The worker that declined the job will also be eligible for the job at that time."
|
|
returns:
|
|
description: "the DeclineJobOfferOptionsInternal object itself."
|
|
type: "<xref href=\"com.azure.communication.jobrouter.models.DeclineJobOfferOptions?alt=com.azure.communication.jobrouter.models.DeclineJobOfferOptions&text=DeclineJobOfferOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Request payload for declining offers."
|
|
metadata: {}
|
|
package: "com.azure.communication.jobrouter.models"
|
|
artifact: com.azure:azure-communication-jobrouter:1.1.9
|