BatchSubResponse Class

  • java.lang.Object
    • com.microsoft.azure.storage.BatchSubResponse

public class BatchSubResponse

RESERVED FOR INTERNAL USE. Represents a subsection of a batch response.

Method Summary

Modifier and Type Method and Description
InputStream getBody()
Map<String, String> getHeaders()
int getStatusCode()
String getStatusMessage()

Method Details

getBody

public InputStream getBody()

getHeaders

public Map getHeaders()

getStatusCode

public int getStatusCode()

getStatusMessage

public String getStatusMessage()

Applies to