Class EventRequestMessage
java.lang.Object
com.microsoft.azure.management.containerregistry.EventRequestMessage
The event request message sent to the service URI.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncontent()
Get the content of the event request message.headers()
Get the headers of the event request message.method()
Get the HTTP method used to send the event request message.Get the URI used to send the event request message.version()
Get the HTTP message version.withContent
(EventContent content) Set the content of the event request message.withHeaders
(Map<String, String> headers) Set the headers of the event request message.withMethod
(String method) Set the HTTP method used to send the event request message.withRequestUri
(String requestUri) Set the URI used to send the event request message.withVersion
(String version) Set the HTTP message version.
-
Constructor Details
-
EventRequestMessage
public EventRequestMessage()
-
-
Method Details
-
content
Get the content of the event request message.- Returns:
- the content value
-
withContent
Set the content of the event request message.- Parameters:
content
- the content value to set- Returns:
- the EventRequestMessage object itself.
-
headers
Get the headers of the event request message.- Returns:
- the headers value
-
withHeaders
Set the headers of the event request message.- Parameters:
headers
- the headers value to set- Returns:
- the EventRequestMessage object itself.
-
method
Get the HTTP method used to send the event request message.- Returns:
- the method value
-
withMethod
Set the HTTP method used to send the event request message.- Parameters:
method
- the method value to set- Returns:
- the EventRequestMessage object itself.
-
requestUri
Get the URI used to send the event request message.- Returns:
- the requestUri value
-
withRequestUri
Set the URI used to send the event request message.- Parameters:
requestUri
- the requestUri value to set- Returns:
- the EventRequestMessage object itself.
-
version
Get the HTTP message version.- Returns:
- the version value
-
withVersion
Set the HTTP message version.- Parameters:
version
- the version value to set- Returns:
- the EventRequestMessage object itself.
-