public final class CommonRestResponse extends Object
TransferManager
class. The methods there return this type because they represent composite operations which may conclude with any of
several possible REST calls depending on the data provided.Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
date() |
String |
eTag() |
OffsetDateTime |
lastModified() |
String |
requestId() |
com.microsoft.rest.v2.RestResponse |
response() |
int |
statusCode() |
String |
version() |
public int statusCode()
public String eTag()
public OffsetDateTime lastModified()
public String requestId()
public OffsetDateTime date()
public String version()
public com.microsoft.rest.v2.RestResponse response()
Copyright © 2019 Microsoft Corporation. All rights reserved.