public final class HttpMessage extends Object
| Constructor and Description |
|---|
HttpMessage() |
| Modifier and Type | Method and Description |
|---|---|
Object |
content()
Get the content property: HTTP message content.
|
void |
validate()
Validates the instance.
|
HttpMessage |
withContent(Object content)
Set the content property: HTTP message content.
|
public Object content()
public HttpMessage withContent(Object content)
content - the content value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.