azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.queue.mod...

65 строки
4.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.queue.models.UpdateMessageResult"
fullName: "com.azure.storage.queue.models.UpdateMessageResult"
name: "UpdateMessageResult"
nameWithType: "UpdateMessageResult"
summary: "Response from the service when updating a message."
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 **UpdateMessageResult**"
constructors:
- uid: "com.azure.storage.queue.models.UpdateMessageResult.UpdateMessageResult(java.lang.String,java.time.OffsetDateTime)"
fullName: "com.azure.storage.queue.models.UpdateMessageResult.UpdateMessageResult(String popReceipt, OffsetDateTime timeNextVisible)"
name: "UpdateMessageResult(String popReceipt, OffsetDateTime timeNextVisible)"
nameWithType: "UpdateMessageResult.UpdateMessageResult(String popReceipt, OffsetDateTime timeNextVisible)"
summary: "Creates an instance of updated message information."
parameters:
- description: "Unique identifier that verifies the operation on a message is valid"
name: "popReceipt"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The next time the message will be visible to other operations in the queue"
name: "timeNextVisible"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public UpdateMessageResult(String popReceipt, OffsetDateTime timeNextVisible)"
desc: "Creates an instance of updated message information."
methods:
- uid: "com.azure.storage.queue.models.UpdateMessageResult.getPopReceipt()"
fullName: "com.azure.storage.queue.models.UpdateMessageResult.getPopReceipt()"
name: "getPopReceipt()"
nameWithType: "UpdateMessageResult.getPopReceipt()"
summary: "Get the unique identifier used to verify that the operation is allowed on the message."
syntax: "public String getPopReceipt()"
desc: "Get the unique identifier used to verify that the operation is allowed on the message."
returns:
description: "the unique identifier used to verify that the operation is allowed on the message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.queue.models.UpdateMessageResult.getTimeNextVisible()"
fullName: "com.azure.storage.queue.models.UpdateMessageResult.getTimeNextVisible()"
name: "getTimeNextVisible()"
nameWithType: "UpdateMessageResult.getTimeNextVisible()"
summary: "Get the next time the message will be visible to other operations in the queue."
syntax: "public OffsetDateTime getTimeNextVisible()"
desc: "Get the next time the message will be visible to other operations in the queue."
returns:
description: "the next time the message will be visible to other operations in the queue"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
type: "class"
desc: "Response from the service when updating a message. Contains the information needed to continue working with the specific message."
metadata: {}
package: "com.azure.storage.queue.models"
artifact: com.azure:azure-storage-queue:12.23.0