BatchSubResponse Class
- java.
lang. Object - com.
microsoft. azure. storage. BatchSubResponse
- com.
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
getStatusCode
public int getStatusCode()
getStatusMessage
public String getStatusMessage()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java