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 |
lastModifiedTime() |
String |
requestId() |
com.microsoft.rest.v2.RestResponse |
response() |
String |
version() |
public String eTag()
public OffsetDateTime lastModifiedTime()
public String requestId()
public OffsetDateTime date()
public String version()
public com.microsoft.rest.v2.RestResponse response()
Copyright © 2018. All rights reserved.