### YamlMime:JavaType uid: "com.azure.core.util.polling.PollOperationDetails" fullName: "com.azure.core.util.polling.PollOperationDetails" name: "PollOperationDetails" nameWithType: "PollOperationDetails" summary: "PollOperationDetails provides details for long running operations." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **PollOperationDetails**
implements <>" methods: - uid: "com.azure.core.util.polling.PollOperationDetails.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.core.util.polling.PollOperationDetails.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "PollOperationDetails.fromJson(JsonReader jsonReader)" summary: "Reads a JSON stream into a ." modifiers: - "static" parameters: - description: "The being read." name: "jsonReader" type: "" syntax: "public static PollOperationDetails fromJson(JsonReader jsonReader)" exceptions: - description: "If the deserialized JSON object was missing any required properties." type: "IOException" desc: "Reads a JSON stream into a ." returns: description: "The that the JSON stream represented, or null if it pointed to JSON null." type: "" - uid: "com.azure.core.util.polling.PollOperationDetails.getError()" fullName: "com.azure.core.util.polling.PollOperationDetails.getError()" name: "getError()" nameWithType: "PollOperationDetails.getError()" summary: "Gets the error object that describes the error when status is \"Failed\"." syntax: "public ResponseError getError()" desc: "Gets the error object that describes the error when status is \"Failed\"." returns: description: "the error object that describes the error when status is \"Failed\"." type: "" - uid: "com.azure.core.util.polling.PollOperationDetails.getOperationId()" fullName: "com.azure.core.util.polling.PollOperationDetails.getOperationId()" name: "getOperationId()" nameWithType: "PollOperationDetails.getOperationId()" summary: "Gets the unique ID of the operation." syntax: "public String getOperationId()" desc: "Gets the unique ID of the operation." returns: description: "the unique ID of the operation." type: "String" - uid: "com.azure.core.util.polling.PollOperationDetails.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.core.util.polling.PollOperationDetails.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "PollOperationDetails.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" type: "class" desc: "PollOperationDetails provides details for long running operations." implements: - "<>" metadata: {} package: "com.azure.core.util.polling" artifact: com.azure:azure-core:1.54.0